Dear Spring Community,
I'm pleased to announce that there is a little caching framework that uses Spring AOP and Attributes (Jakarta Commons Attributes for now) for caching the return value of methods that are expensive to execute.
The benefits of this tiny framework are:
1. No need to configure pointcuts, only mark or add annotations to the method to apply caching to.
2. Right now supports OSCache and JCS as the underlying cache implementation. (I'll be working on adding JCache during this week).
This is my first OS (Apache 2.0 license) project. Feedback is greatly appreciated!!![]()
The URL is http://wanghy.sourceforge.net/cache/index.html
Best regards,
--Alex.


Reply With Quote