Uses of Record Class
cloud.opencode.base.cache.warming.CacheWarmer.WarmingResult
Packages that use CacheWarmer.WarmingResult
-
Uses of CacheWarmer.WarmingResult in cloud.opencode.base.cache.warming
Methods in cloud.opencode.base.cache.warming that return CacheWarmer.WarmingResultModifier and TypeMethodDescriptionWarm cache with provided keys (synchronous) 用提供的键预热缓存(同步)CacheWarmer.warm(Iterable<? extends K> keys, CacheWarmer.WarmingOptions options) Warm cache with options 使用选项预热缓存CacheWarmer.warmWithPriority(List<CacheWarmer.PriorityKey<K>> priorityKeys) Warm with priority queue (high priority keys first) 使用优先级队列预热(先预热高优先级键)Methods in cloud.opencode.base.cache.warming that return types with arguments of type CacheWarmer.WarmingResultModifier and TypeMethodDescriptionCacheWarmer.warmAsync(Iterable<? extends K> keys, CacheWarmer.ProgressCallback<K> progressCallback) Warm cache asynchronously 异步预热缓存Methods in cloud.opencode.base.cache.warming with parameters of type CacheWarmer.WarmingResultModifier and TypeMethodDescriptiondefault voidCacheWarmer.WarmingEventHandler.onComplete(CacheWarmer.WarmingResult<K> result) Called when warming completes | 预热完成时调用