使用自定义缓存管理器进行Spring Cache抽象

时间:2014-01-07 23:10:54

标签: java spring caching

我正在寻找实现除ehcache之外的org.springframework.cache.CacheManager的缓存解决方案。如果存在这样的解决方案,如何使用它?

2 个答案:

答案 0 :(得分:3)

有一个名为imcache的新缓存库。该库通过imcache-spring项目支持spring的CacheManager。可以在此blog找到此库的示例用法。

答案 1 :(得分:0)

Google搜索“org.springframework.cache.CacheManager”的简单搜索提供了许多结果。

例如:http://www.captaindebug.com/2012/09/spring-31-caching-and-config.html#.UsyJ6fZOvQY

或者你可以写自己的。