Uses of Enum Class
cloud.opencode.base.cache.LayeredCache.WriteStrategy
Packages that use LayeredCache.WriteStrategy
-
Uses of LayeredCache.WriteStrategy in cloud.opencode.base.cache
Subclasses with type arguments of type LayeredCache.WriteStrategy in cloud.opencode.base.cacheModifier and TypeClassDescriptionstatic enumWrite strategy for layered cache 分层缓存的写策略Methods in cloud.opencode.base.cache that return LayeredCache.WriteStrategyModifier and TypeMethodDescriptionstatic LayeredCache.WriteStrategyReturns the enum constant of this class with the specified name.static LayeredCache.WriteStrategy[]LayeredCache.WriteStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.LayeredCache.writeStrategy()Gets the write strategy 获取写策略Methods in cloud.opencode.base.cache with parameters of type LayeredCache.WriteStrategyModifier and TypeMethodDescriptionLayeredCache.Builder.writeStrategy(LayeredCache.WriteStrategy strategy) Sets the write strategy 设置写策略