
ehcache
kzcming
好记性不如记下来时常翻看
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ehcache 缓存查看
参考:https://blog.csdn.net/EQuaker/article/details/90140137 参考:https://blog.csdn.net/xintingandzhouyang/article/details/81433235 package xxx.util.cache; import net.sf.ehcache.Cache; import net.sf.ehcache.CacheManager; import net.sf.ehcache.Element; impor原创 2020-10-09 10:15:47 · 4953 阅读 · 0 评论 -
Shiro 整合 ehcache 缓存报: Another CacheManager with same name 'test' already exists in the same VM
Shiro 整合 ehcache 缓存报错: Factory method 'ehCacheCacheManager' threw exception; nested exception is net.sf.ehcache.CacheException: Another CacheManager with same name 'test' already exists in the same V...原创 2019-09-03 17:51:17 · 2335 阅读 · 3 评论