Uses of Interface
com.github.benmanes.caffeine.cache.Expiry
Packages that use Expiry
Package
Description
This package contains caching utilities.
-
Uses of Expiry in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache with parameters of type ExpiryModifier and TypeMethodDescriptionCaffeine.expireAfter(@NonNull Expiry<? super K1, ? super V1> expiry) Specifies that each entry should be automatically removed from the cache once a duration has elapsed after the entry's creation, the most recent replacement of its value, or its last read. -
Uses of Expiry in com.github.benmanes.caffeine.jcache.configuration
Methods in com.github.benmanes.caffeine.jcache.configuration that return types with arguments of type ExpiryModifier and TypeMethodDescriptionCaffeineConfiguration.getExpiryFactory()Returns theFactoryfor theExpiryto be used for the cache.Method parameters in com.github.benmanes.caffeine.jcache.configuration with type arguments of type Expiry