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