Uses of Record Class
cloud.opencode.base.cache.warming.CacheWarmer.PriorityKey
Packages that use CacheWarmer.PriorityKey
-
Uses of CacheWarmer.PriorityKey in cloud.opencode.base.cache.warming
Methods in cloud.opencode.base.cache.warming that return CacheWarmer.PriorityKeyModifier and TypeMethodDescriptionstatic <K> CacheWarmer.PriorityKey<K> CacheWarmer.PriorityKey.of(K key, int priority) Creates a PriorityKey | 创建优先级键Method parameters in cloud.opencode.base.cache.warming with type arguments of type CacheWarmer.PriorityKeyModifier and TypeMethodDescriptionCacheWarmer.warmWithPriority(List<CacheWarmer.PriorityKey<K>> priorityKeys) Warm with priority queue (high priority keys first) 使用优先级队列预热(先预热高优先级键)