From 31c53c9731da8db52fc48b7e3fd0ed7c51767df0 Mon Sep 17 00:00:00 2001 From: xing Date: Thu, 6 Oct 2022 21:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actions/common/common.go | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/common/common.go b/actions/common/common.go index e837da7..3a13073 100644 --- a/actions/common/common.go +++ b/actions/common/common.go @@ -66,6 +66,7 @@ func ClearCache() { postListIdsCache.ClearExpired() monthPostsCache.ClearExpired() postContextCache.ClearExpired() + usersCache.ClearExpired() } func GetMonthPostIds(ctx context.Context, year, month string, page, limit int, order string) (r []models.WpPosts, total int, err error) {