Uses of Interface
cloud.opencode.base.cache.distributed.DistributedCache
Packages that use DistributedCache
-
Uses of DistributedCache in cloud.opencode.base.cache.resilience
Methods in cloud.opencode.base.cache.resilience with parameters of type DistributedCacheModifier and TypeMethodDescriptionRetrieves a value, trying distributed cache first with automatic local cache fallback.voidGracefulDegradation.put(K key, V value, Duration ttl, Cache<K, V> localCache, DistributedCache<K, V> distributedCache) Stores a value based on the current degradation state.