diff --git a/src/main/java/io/jboot/web/session/JbootServletRequestWrapper.java b/src/main/java/io/jboot/web/session/JbootServletRequestWrapper.java index 00b3de752ce018d10fb238a855a352472f4d626b..c480f4a7991d7d641a4cf405fa6ad55641805ef5 100644 --- a/src/main/java/io/jboot/web/session/JbootServletRequestWrapper.java +++ b/src/main/java/io/jboot/web/session/JbootServletRequestWrapper.java @@ -42,7 +42,7 @@ public class JbootServletRequestWrapper extends HttpServletRequestWrapper { private static JbootCache jbootCache = JbootCacheManager.me() .getCache(StrUtil.isBlank(cacheType) || JbootCacheConfig.TYPE_NONE.equals(cacheType) - ? JbootCacheConfig.TYPE_EHCACHE + ? JbootCacheConfig.TYPE_CAFFEINE : cacheType);