docs 补充项目注释

This commit is contained in:
AprilWind
2026-06-01 11:50:59 +08:00
parent 941c0b9032
commit 107d3326b4
66 changed files with 1079 additions and 110 deletions
@@ -65,7 +65,13 @@ public class CacheUtils {
return cache;
}
/**
* 延迟持有 Spring Cache 管理器。
*/
private static class CacheManagerHolder {
/**
* Spring Cache 管理器。
*/
private static final CacheManager CACHE_MANAGER = SpringUtils.getBean(CacheManager.class);
}