Uses of Interface
cloud.opencode.base.cache.AsyncCache
Packages that use AsyncCache
Package
Description
-
Uses of AsyncCache in cloud.opencode.base.cache
Methods in cloud.opencode.base.cache that return AsyncCacheModifier and TypeMethodDescriptionAsyncCache<K, V> Cache.async()Get async view of this cache 获取异步视图AsyncCache<K, V> CopyOnReadCache.async()AsyncCache<K, V> LayeredCache.async()AsyncCache<K, V> NullSafeCache.async()AsyncCache<K, V> ProtectedCache.async()AsyncCache<K, V> ReadThroughCache.async()AsyncCache<K, V> ReferenceCache.async()AsyncCache<K, V> RefreshAheadCache.async()AsyncCache<K, V> TimeoutCache.async()AsyncCache<K, V> WriteBehindCache.async()AsyncCache<K, V> WriteThroughCache.async() -
Uses of AsyncCache in cloud.opencode.base.cache.compression
Methods in cloud.opencode.base.cache.compression that return AsyncCache -
Uses of AsyncCache in cloud.opencode.base.cache.multilevel
Methods in cloud.opencode.base.cache.multilevel that return AsyncCache -
Uses of AsyncCache in cloud.opencode.base.cache.testing
Methods in cloud.opencode.base.cache.testing that return AsyncCacheModifier and TypeMethodDescriptionAsyncCache<K, V> CacheTestSupport.MockCache.async()AsyncCache<K, V> CacheTestSupport.RecordingCache.async() -
Uses of AsyncCache in cloud.opencode.base.cache.ttl
Methods in cloud.opencode.base.cache.ttl that return AsyncCache -
Uses of AsyncCache in cloud.opencode.base.cache.util
Methods in cloud.opencode.base.cache.util with parameters of type AsyncCacheModifier and TypeMethodDescriptionstatic <K,V> CompletableFuture <Void> CacheUtil.warmUpAsync(AsyncCache<K, V> cache, Map<K, V> data) Async warm up cache with data 异步使用数据预热缓存