First off congratulations to Anthony and everyone else involved in this
project for the good progress on getting spring-modules cleaned up.
I wanted to let folks know that the
Ehcache
Spring Annotations project has just published two releases, 1.0.4
and 1.1.0-RC1
While this library isn't a replacement for the cache part of Spring
Modules it does replicate much of the Ehcache related functionality.
The @Cacheable annotation allows for declarative caching of method
invocations and the @TriggersRemove annotation allows for partial or
total cache clearing. Four different key generation strategies are
included and all of them solve the consistency and cross-JVM
portability issues that were inherent in the Spring Modules key
generator.
We would love to have your feedback and there is an email list setup
for the project in Google Groups:
http://groups.google.com/group/ehcache-spring-annotations
Thank you,
-Eric Dalquist