ehcache的介绍和使用

ehcache结合spring

cache主要注解使用:@Cacheable,@CacheEvict,@CachePut

在语法和配置等方面的使用  可以参考以下网站:

1、非常详细的spring mvc和cache的使用博客(注释驱动的 Spring cache 缓存介绍)

http://www.ibm.com/developerworks/cn/opensource/os-cn-spring-cache/

2、官网文档

http://docs.spring.io/spring/docs/3.1.0.M1/spring-framework-reference/html/cache.html

3、ehcache介绍

http://my.oschina.net/coolfire368/blog/123377

4、spring mvc整合 ehcache

http://blog.csdn.net/jadyer/article/details/12257865

原文地址:https://www.cnblogs.com/xiaofeilee/p/4286105.html