First of all I will like to thanks you and your team for creating this nice and clean API which allows us to use EHCache easily without much of coding.
We are developing a Spring Security Based API library (XYZ.jar) which will use “ehcache-spring-annotation” to cache users “role and Permission” and permission check method calls
Client applications may have their own integaration with ”ehcache-spring-annotation” which means as soon as they integrate with our XYZ.jar they will probably have two ehcache.xml reffrence by two instance of EhCacheManagerFactoryBean in spring context xml file.
I have tried doing same in our sample client application but I see that Cacheable and TriggersRemove annotations are working fine for sample application’s cache but not for that third party Spring Security based xyz.jar.
I hope I tried to explain my problem