Uses of Interface
com.github.benmanes.caffeine.cache.Policy.CacheEntry
Packages that use Policy.CacheEntry
Package
Description
This package contains in-memory caching functionality.
-
Uses of Policy.CacheEntry in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return Policy.CacheEntryModifier and TypeMethodDescriptiondefault @Nullable Policy.CacheEntry<K, V> Policy.getEntryIfPresentQuietly(K key) Returns the cache entry associated with thekeyin this cache, ornullif there is no cached value for thekey.Method parameters in com.github.benmanes.caffeine.cache with type arguments of type Policy.CacheEntryModifier and TypeMethodDescriptiondefault <T> TReturns the computed result from the ordered traversal of the cache entries.default <T> TReturns the computed result from the ordered traversal of the cache entries.default <T> TReturns the computed result from the ordered traversal of the cache entries.default <T> TReturns the computed result from the ordered traversal of the cache entries.default <T> TReturns the computed result from the ordered traversal of the cache entries.default <T> TReturns the computed result from the ordered traversal of the cache entries.