fix: 文章缓存修改为 10 min

This commit is contained in:
Tim
2025-09-17 12:23:20 +08:00
parent 7067630bcc
commit 89842b82e9
2 changed files with 3 additions and 1 deletions

View File

@@ -190,7 +190,7 @@ public class PostService {
return saved;
}
@CacheEvict(
value = CachingConfig.POST_CACHE_NAME, allEntries = true
value = CachingConfig.POST_CACHE_NAME, allEntries = true
)
public Post createPost(String username,
Long categoryId,