Caching with Spring Framework

Posted by Francois on Stack Overflow See other posts from Stack Overflow or by Francois
Published on 2010-05-20T03:21:19Z Indexed on 2010/05/20 3:30 UTC
Read the original article Hit count: 217

Filed under:
|
|

Spring Modules had a @Cacheable annotation:

org.springmodules.cache.annotations.Cacheable

Now that Spring Module is deprecated, what is the recommendation for caching? And is still still possible to work with ehCache?

© Stack Overflow or respective owner

Related posts about spring

Related posts about spring-modules