标签:package http pac tor integer org guid div int
前言:本项目基于spring4.x构建,使用ehcache3.5.2和JCache(jsr107规范)
除了ehcache和cache-api外,注意引用spring-context-support
@Cacheable(value="cameraCache",key="#userid")
public String getCameraList(String userid,Integer otherparam) {
...
}
spring-cache的注解比较简单就不再赘述了。
Cache系列:spring-cache简单三步快速应用ehcache3.x-jcache缓存(spring4.x)
标签:package http pac tor integer org guid div int
原文地址:https://www.cnblogs.com/eguid/p/9667159.html