Uses of Interface
com.github.benmanes.caffeine.cache.Cache
Packages that use Cache
Package
Description
This package contains in-memory caching functionality.
-
Uses of Cache in com.github.benmanes.caffeine.cache
Subinterfaces of Cache in com.github.benmanes.caffeine.cacheModifier and TypeInterfaceDescriptioninterfaceLoadingCache<K,V extends @Nullable Object> A semi-persistent mapping from keys to values.Methods in com.github.benmanes.caffeine.cache that return CacheModifier and TypeMethodDescriptionCaffeine.build()Builds a cache which does not automatically load values when keys are requested unless a mapping function is provided.AsyncCache.synchronous()Returns a view of the entries stored in this cache as a synchronousCache.