Uses of Class
cloud.opencode.base.cache.TimeoutCache.Builder
Packages that use TimeoutCache.Builder
-
Uses of TimeoutCache.Builder in cloud.opencode.base.cache
Methods in cloud.opencode.base.cache that return TimeoutCache.BuilderModifier and TypeMethodDescriptionTimeoutCache.Builder.defaultTimeout(Duration timeout) Set default timeout for operations 设置操作的默认超时TimeoutCache.Builder.executor(ExecutorService executor) Set custom executor for async operations 设置异步操作的自定义执行器static <K,V> TimeoutCache.Builder <K, V> Wrap a cache with timeout support 使用超时支持包装缓存Method parameters in cloud.opencode.base.cache with type arguments of type TimeoutCache.BuilderModifier and TypeMethodDescriptionCacheDecorators.ChainBuilder.withTimeout(UnaryOperator<TimeoutCache.Builder<K, V>> configurer) Add timeout with custom configuration 添加超时并自定义配置