public class EhcacheUtil {
private static final CacheManager cacheManager = CacheManager.getInstance();
/**
* 创建ehcache缓存,创建之后的有效期是12小时
*/
private static Cache cache = new Cache(
标签:Ehcache,缓存,创建,Cache,private,static,CacheManager
来源: https://blog.csdn.net/weixin_43709538/article/details/115239562