简体   繁体   中英

Spring Cache Abstraction with Custom Cache Manager

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?

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 .

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM