首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

spring-modules-cache的有关问题

2012-10-08 
spring-modules-cache的问题当前的spring-modules-cache 0.8版本对于oscache不支持flushEntry,只支持flush

spring-modules-cache的问题

当前的spring-modules-cache 0.8版本对于oscache不支持flushEntry,只支持flushGroups和flushAll。原因是其没有记录cacheKeyGenerator,无法得到cache的key,通过修改,应该是可以得到cache的key,并让其支持flushEntry的。

热点排行