From fd328a9e9b1d048bdfb90228088dd0b27e29224a Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sat, 11 Oct 2025 08:42:14 +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 7d307885..7ee1bd02 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -625,6 +625,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 3f0852f1..5a963330 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -749,6 +749,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 349f6ab8..aeb72140 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -749,6 +749,7 @@ session: # region: # #[cacheName]: size, xxxx[s|m|h|d] # default: 10000, 1h +# sysCache: 100000, 365d # sessionCache: 100000, 12h # # # 二级缓存