目录1.Spring 缓存机制介绍2.Spring 缓存用到的概念Ⅰ.两个接口Ⅱ.三个注解(方法层次)Ⅲ.一个注解(功能层次)3.工作原理4.缓存在项目中的使用Ⅰ.使用@EnableCaching 开启基于注解的缓存Ⅱ.来个ControllerⅢ.在需要缓存
I am currently developing an android app in eclipse using: One project for the app One project for the tests (Instrumentation and Pojo tests)