I am looking for caching solution that implements the org.springframework.cache.CacheManager other than ehcache. If there exist such solution, how to use it?
2 Answers
A simple Google search for "implementations of org.springframework.cache.CacheManager" provides a number of results.
For example: http://www.captaindebug.com/2012/09/spring-31-caching-and-config.html#.UsyJ6fZOvQY
Or you could write your own.