ehcache « Annotation « Spring Q&A





1. Why doesn't my @Cachable annotated method cache the result with EHCache?    stackoverflow.com

I 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.

public class MenuInterceptor extends HandlerInterceptorAdapter ...

2. ehcache-spring-annotations    forum.springsource.org

as 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 ...