From 9608ff29626be276e5d7980752492d67e753222f Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sat, 11 Oct 2025 08:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=BC=93=E5=AD=98=20sysCache?= =?UTF-8?q?=20=E5=BB=B6=E9=95=BF=E5=AD=98=E6=B4=BB=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 1 + web-api/src/main/resources/config/application.yml | 1 + web/src/main/resources/config/application.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index f0f616a8..a6762b64 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -627,6 +627,7 @@ j2cache: region: #[cacheName]: size, xxxx[s|m|h|d] default: 10000, 1h + sysCache: 100000, 365d sessionCache: 100000, 12h # 二级缓存 diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 7ec400b3..49889b2b 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -775,6 +775,7 @@ session: # region: # #[cacheName]: size, xxxx[s|m|h|d] # default: 10000, 1h +# sysCache: 100000, 365d # sessionCache: 100000, 12h # # # 二级缓存 diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index d1a7464d..2fc286e6 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -775,6 +775,7 @@ session: # region: # #[cacheName]: size, xxxx[s|m|h|d] # default: 10000, 1h +# sysCache: 100000, 365d # sessionCache: 100000, 12h # # # 二级缓存