CachedManagerService

This commit is contained in:
redkale
2024-09-11 13:47:34 +08:00
parent 357d8b3d11
commit ebf498edf8

View File

@@ -202,6 +202,10 @@ public class CachedManagerService implements CachedManager, CachedActionFunc, Se
}
}
public CachedLocalSource getLocalSource() {
return localSource;
}
/**
* 获取远程缓存Source, 可能为null
*