Uses of Class
com.github.benmanes.caffeine.jcache.Expirable
Packages that use Expirable
Package
Description
-
Uses of Expirable in com.github.benmanes.caffeine.jcache
Fields in com.github.benmanes.caffeine.jcache with type parameters of type ExpirableMethods in com.github.benmanes.caffeine.jcache that return types with arguments of type ExpirableModifier and TypeMethodDescriptionCacheProxy.getAndFilterExpiredEntries(Set<? extends K> keys, boolean updateAccessTime) Returns all of the mappings present, expiring as required, and optionally updates their access expiry time.Methods in com.github.benmanes.caffeine.jcache with parameters of type ExpirableModifier and TypeMethodDescriptionprotected final VReturns a copy of the value if value-based caching is enabled.protected final voidCacheProxy.setAccessExpireTime(K key, Expirable<?> expirable, long currentTimeMillis) Sets the access expiration time.Method parameters in com.github.benmanes.caffeine.jcache with type arguments of type ExpirableModifier and TypeMethodDescriptionReturns a deep copy of the map if value-based caching is enabled.Constructor parameters in com.github.benmanes.caffeine.jcache with type arguments of type ExpirableModifierConstructorDescriptionCacheProxy(String name, Executor executor, CacheManager cacheManager, CaffeineConfiguration<K, V> configuration, Cache<K, @Nullable Expirable<V>> cache, EventDispatcher<K, V> dispatcher, Optional<CacheLoader<K, V>> cacheLoader, ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics) LoadingCacheProxy(String name, Executor executor, CacheManager cacheManager, CaffeineConfiguration<K, V> configuration, LoadingCache<K, @Nullable Expirable<V>> cache, EventDispatcher<K, V> dispatcher, CacheLoader<K, V> cacheLoader, ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics) -
Uses of Expirable in com.github.benmanes.caffeine.jcache.event
Classes in com.github.benmanes.caffeine.jcache.event that implement interfaces with type arguments of type ExpirableModifier and TypeClassDescriptionfinal classA listener that provides an adapter to publish events in the order of the actions being performed on a key.Methods in com.github.benmanes.caffeine.jcache.event with parameters of type Expirable -
Uses of Expirable in com.github.benmanes.caffeine.jcache.integration
Classes in com.github.benmanes.caffeine.jcache.integration that implement interfaces with type arguments of type ExpirableModifier and TypeClassDescriptionfinal classJCacheLoaderAdapter<K,V> An adapter from a JCache cache loader to Caffeine's.Methods in com.github.benmanes.caffeine.jcache.integration that return ExpirableMethods in com.github.benmanes.caffeine.jcache.integration that return types with arguments of type Expirable