其他分享
首页 > 其他分享> > 创建Ehcache缓存工具类

创建Ehcache缓存工具类

作者:互联网

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