1. Why doesn't my @Cachable annotated method cache the result with EHCache? stackoverflow.comI have an interceptor in Spring, which autowires two different services. Both services have methods that are tagged with @Cacheable from the ehcache-spring-annotations project, but with different cacheNames.
|
2. ehcache-spring-annotations forum.springsource.orgas the springmodules projects seems pretty dead, and its cache module doesn't work in spring 3.0, i'm having a look at either write my own aop stuff for caching, or use ... |