2

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 2

3

There is a new caching library so called imcache. This library supports CacheManager of the spring by imcache-spring project. An example use of this library can be found at this blog.

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.