Uses of Class
cloud.opencode.base.cache.ProtectedCache.Builder
Packages that use ProtectedCache.Builder
-
Uses of ProtectedCache.Builder in cloud.opencode.base.cache
Methods in cloud.opencode.base.cache that return ProtectedCache.BuilderModifier and TypeMethodDescriptionProtectedCache.Builder.bloomFilter(boolean enable) Enable/disable bloom filter 启用/禁用布隆过滤器ProtectedCache.Builder.bloomFilter(long expectedInsertions, double falsePositiveRate) Configure bloom filter 配置布隆过滤器ProtectedCache.Builder.negativeCache(Duration duration) Set negative cache duration 设置负缓存时长ProtectedCache.Builder.singleFlight(boolean enable) Enable/disable single flight 启用/禁用单次加载static <K,V> ProtectedCache.Builder <K, V> Wrap a cache with protection 使用保护包装缓存Method parameters in cloud.opencode.base.cache with type arguments of type ProtectedCache.BuilderModifier and TypeMethodDescriptionCacheDecorators.ChainBuilder.withProtection(UnaryOperator<ProtectedCache.Builder<K, V>> configurer) Add protection with custom configuration 添加保护并自定义配置