From 6ace0af6283734a6801e0275c1128c3473dbe909 Mon Sep 17 00:00:00 2001 From: mantishell <825013349@qq.com> Date: Sun, 24 Jan 2021 08:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "SpringBoot\351\253\230\347\272\247\346\225\231\347\250\213.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/SpringBoot\351\253\230\347\272\247\346\225\231\347\250\213.md" "b/SpringBoot\351\253\230\347\272\247\346\225\231\347\250\213.md" index 3433878..c53bc3a 100644 --- "a/SpringBoot\351\253\230\347\272\247\346\225\231\347\250\213.md" +++ "b/SpringBoot\351\253\230\347\272\247\346\225\231\347\250\213.md" @@ -33,7 +33,7 @@ Java Caching定义了5个核心接口 存储在Cache的条目有一个定义的有效期,一旦超过这个时间,就会设置过期的状态,过期无法被访问,更新,删除。缓存的有效期可以通过ExpiryPolicy设置。 - ![35.cache](E:\工作文档\SpringBoot\images2\35.cache.png) + ![35.cache](images2\35.cache.png) -- Gitee