CacheManager

This commit is contained in:
redkale
2023-12-26 17:10:10 +08:00
parent f552c657b6
commit fb9bdd22c4

View File

@@ -23,7 +23,7 @@ public interface CacheManager {
/** /**
* 默认的hash * 默认的hash
*/ */
public static final String DEFAULT_HASH = "cache"; public static final String DEFAULT_HASH = "cache-hash";
//-------------------------------------- 本地缓存 -------------------------------------- //-------------------------------------- 本地缓存 --------------------------------------
/** /**