Uses of Class
cloud.opencode.base.cache.LayeredCache.Builder
Packages that use LayeredCache.Builder
-
Uses of LayeredCache.Builder in cloud.opencode.base.cache
Methods in cloud.opencode.base.cache that return LayeredCache.BuilderModifier and TypeMethodDescriptionstatic <K,V> LayeredCache.Builder <K, V> Deprecated, for removal: This API element is subject to removal in a future version.Creates a builder for layered cache 创建分层缓存构建器Sets the cache name 设置缓存名称LayeredCache.Builder.promoteOnL2Hit(boolean promote) Sets whether to promote to L1 on L2 hit 设置是否在L2命中时提升到L1LayeredCache.Builder.writeStrategy(LayeredCache.WriteStrategy strategy) Sets the write strategy 设置写策略