
Ehcache
若石之上
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ehcache 2 介绍
1、官网:http://www.ehcache.org/ 2、ehcache是一个开源的,标准的高速缓存,它能提升应用性能,降低数据库的负担,简化可扩展性。由于它的健壮性,可靠性和功能齐全,并且与其他流行的库和框架集成,使它成为应用非常广泛的基于Java的缓存。ehcache最开始是进程内缓存,现在已经发展成为进程内/进程外TB级别缓存的混合部署 Ehcache 2的使用:原创 2017-11-20 20:10:34 · 390 阅读 · 0 评论 -
ehcache与spring整合
配置文件: cache:annotation-driven cache-manager="cacheManager" /> bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheCacheManager" p:cache-manager-ref="ehcache" /> bean id="ehcache原创 2017-11-21 17:22:03 · 214 阅读 · 0 评论