Uses of Class
cloud.opencode.base.cache.CopyOnReadCache.Builder
Packages that use CopyOnReadCache.Builder
-
Uses of CopyOnReadCache.Builder in cloud.opencode.base.cache
Methods in cloud.opencode.base.cache that return CopyOnReadCache.BuilderModifier and TypeMethodDescriptionCopyOnReadCache.Builder.copier(UnaryOperator<V> copier) Set custom copier function 设置自定义复制函数CopyOnReadCache.Builder.copyOnWrite(boolean copyOnWrite) Also copy values on write operations 写入操作也复制值static <K,V> CopyOnReadCache.Builder <K, V> Wrap a cache with copy-on-read behavior 使用读时复制行为包装缓存Method parameters in cloud.opencode.base.cache with type arguments of type CopyOnReadCache.BuilderModifier and TypeMethodDescriptionCacheDecorators.ChainBuilder.withCopyOnReadConfigured(UnaryOperator<CopyOnReadCache.Builder<K, V>> configurer) Add copy-on-read with custom configuration 添加读时复制并自定义配置