Uses of Interface
com.github.benmanes.caffeine.cache.Policy.FixedExpiration
Packages that use Policy.FixedExpiration
Package
Description
This package contains in-memory caching functionality.
-
Uses of Policy.FixedExpiration in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return types with arguments of type Policy.FixedExpirationModifier and TypeMethodDescriptionPolicy.expireAfterAccess()Returns access to perform operations based on the time-to-idle expiration policy.Policy.expireAfterWrite()Returns access to perform operations based on the time-to-live expiration policy.