Uses of Interface
com.github.benmanes.caffeine.cache.AsyncCache
Packages that use AsyncCache
Package
Description
This package contains in-memory caching functionality.
-
Uses of AsyncCache in com.github.benmanes.caffeine.cache
Subinterfaces of AsyncCache in com.github.benmanes.caffeine.cacheModifier and TypeInterfaceDescriptioninterfaceAsyncLoadingCache<K,V extends @Nullable Object> A semi-persistent mapping from keys to values.Methods in com.github.benmanes.caffeine.cache that return AsyncCacheModifier and TypeMethodDescription<K1 extends K,V1 extends @Nullable V>
AsyncCache<K1, V1> Caffeine.buildAsync()Builds a cache which does not automatically load values when keys are requested unless a mapping function is provided.