Uses of Record Class
cloud.opencode.base.cache.warming.CacheWarmerManager.CacheWarmingResult
Packages that use CacheWarmerManager.CacheWarmingResult
-
Uses of CacheWarmerManager.CacheWarmingResult in cloud.opencode.base.cache.warming
Methods in cloud.opencode.base.cache.warming that return CacheWarmerManager.CacheWarmingResultModifier and TypeMethodDescriptionWarm a specific cache 预热指定缓存Methods in cloud.opencode.base.cache.warming that return types with arguments of type CacheWarmerManager.CacheWarmingResultModifier and TypeMethodDescriptionCacheWarmerManager.WarmingResult.failures()failures | failuresCacheWarmerManager.WarmingResult.results()Returns the value of theresultsrecord component.Warm a specific cache asynchronously 异步预热指定缓存Constructor parameters in cloud.opencode.base.cache.warming with type arguments of type CacheWarmerManager.CacheWarmingResultModifierConstructorDescriptionWarmingResult(List<CacheWarmerManager.CacheWarmingResult> results, Duration totalDuration) Creates an instance of aWarmingResultrecord class.