All Classes and Interfaces

Class
Description
A skeleton implementation where subclasses provide the serialization strategy.
This class provides a skeletal implementation of the LinkedDeque interface to minimize the effort required to implement this interface.
A linked deque implementation used to represent an access-order queue.
An element that is linked on the Deque.
The dominant action that was performed on the entry during processing.
Static utility methods and classes pertaining to asynchronous operations.
An expiry for asynchronous computations.
A removal listener that asynchronously forwards the value stored in a CompletableFuture if successful to the user-supplied removal listener.
A weigher for asynchronous computations.
A semi-persistent mapping from keys to values.
Computes or retrieves values asynchronously, based on a key, for use in populating a AsyncLoadingCache.
A semi-persistent mapping from keys to values.
 
 
 
 
 
 
 
The namespace for field padding through inheritance.
 
 
Enforces a memory layout to avoid false sharing by padding the write count.
Enforces a memory layout to avoid false sharing by padding the read count.
The namespace for field padding through inheritance.
Enforces a memory layout to avoid false sharing by padding the drain status.
 
A striped, non-blocking, bounded buffer.
 
An in-memory cache implementation that supports full concurrency of retrievals, a high expected concurrency for updates, and multiple ways to bound the cache.
 
 
 
 
 
 
An adapter to safely externalize the entry iterator.
An adapter to safely externalize the entries.
An adapter to safely externalize the entry spliterator.
An adapter to safely externalize the key iterator.
An adapter to safely externalize the keys.
An adapter to safely externalize the key spliterator.
A reusable task that performs the maintenance work; used to avoid wrapping by ForkJoinPool.
An adapter to safely externalize the value iterator.
An adapter to safely externalize the value spliterator.
An adapter to safely externalize the values.
 
A multiple-producer / single-consumer buffer that rejects new elements if it is full or fails spuriously due to contention.
A semi-persistent mapping from keys to values.
A factory for creating a cache from the configuration.
A one-shot builder for creating a cache instance.
 
 
Computes or retrieves values, based on a key, for use in populating a LoadingCache or AsyncLoadingCache.
An implementation of JSR-107 CacheManager that manages Caffeine-based caches.
An implementation of JSR-107 Cache backed by a Caffeine cache.
 
Statistics about the performance of a Cache.
Deprecated.
Scheduled for removal in version 3.0.0.
An adapter to expose a Caffeine cache through the Guava interfaces.
A Caffeine-backed cache through a Guava facade.
 
A Caffeine-backed loading cache through a Guava facade.
 
 
A builder of Cache, LoadingCache, AsyncCache, and AsyncLoadingCache instances having a combination of the following features: automatic loading of entries into the cache, optionally asynchronously size-based eviction when a maximum is exceeded based on frequency and recency time-based expiration of entries, measured since last access or last write asynchronously refresh when the first stale request for an entry occurs keys automatically wrapped in weak references values automatically wrapped in weak or soft references writes propagated to an external resource notification of evicted (or otherwise removed) entries accumulation of cache access statistics
 
 
A provider that produces a JCache implementation backed by Caffeine.
A ClassLoader that combines Thread.currentThread().getContextClassLoader() and getClass().getClassLoader().
A JCache configuration with Caffeine specific settings.
A specification of a Caffeine builder configuration.
A thread-safe StatsCounter implementation for use by Cache implementors.
An object is copied when the cache is configured with storeByValue to guard against mutations of the key or value.
 
A cache writer that does nothing.
 
 
A StatsCounter implementation that does not record any cache events.
 
 
An entry that is consumed by an EntryProcessor.
An implementation of JSR-107 Cache.Entry.
A dispatcher that publishes cache events to listeners for asynchronous execution.
A decorator that dispatches the event iff the listener supports that action.
A filter that determines if the listener can process the event type before delegating to the decorated filter.
 
A value with an expiration timestamp.
Calculates when cache entries expire.
An object capable of providing factories that produce an instance for a given class name.
WARNING: GENERATED CODE A cache entry that provides the following features: WeakKeys SoftValues
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireAccess WeakKeys (inherited) SoftValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) SoftValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite WeakKeys (inherited) SoftValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) SoftValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
A probabilistic multiset for estimating the popularity of an element within a time window.
WARNING: GENERATED CODE A cache entry that provides the following features: WeakKeys StrongValues
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: WeakKeys WeakValues
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireAccess WeakKeys (inherited) WeakValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) WeakValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite WeakKeys (inherited) WeakValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
 
A StatsCounter implementation that suppresses and logs any exception thrown by the delegate statsCounter.
 
A strategy that uses Java serialization if a fast path approach is not applicable.
An ObjectInputStream that instantiates using the supplied classloader.
A cache event dispatched to a listener.
A listener that provides an adapter to publish events in the order of the actions being performed on a key.
A customized expiration policy.
An adapter from a JCache cache loader to Caffeine's.
The Caffeine JCache management bean.
Caffeine JCache statistics.
Jmx cache utilities.
 
A linked list extension of the Deque interface where the link pointers are tightly integrated with the element.
 
A semi-persistent mapping from keys to values.
An implementation of JSR-107 Cache backed by a Caffeine loading cache.
This class provides a skeletal implementation of the AsyncCache interface to minimize the effort required to implement a LocalCache.
 
 
 
A function executed asynchronously after a bulk load completes.
 
 
This class provides a skeletal implementation of the AsyncLoadingCache interface to minimize the effort required to implement a LocalCache.
 
An in-memory cache providing thread safety and atomicity guarantees.
WARNING: GENERATED CODE A factory for caches optimized for a particular configuration.
This class provides a skeletal implementation of the LoadingCache interface to minimize the effort required to implement a LocalCache.
This class provides a skeletal implementation of the Cache interface to minimize the effort required to implement a LocalCache.
 
 
An MPSC array queue which starts at initialCapacity and grows to maxCapacity in linked chunks of the initial size.
An entry in the cache containing the key, value, weight, access, and write metadata.
WARNING: GENERATED CODE A factory for cache nodes optimized for a particular configuration.
A pacing scheduler that prevents executions from happening too frequently.
WARNING: GENERATED CODE A cache entry that provides the following features: StrongKeys SoftValues
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireAccess StrongKeys (inherited) SoftValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) SoftValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite StrongKeys (inherited) SoftValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) SoftValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
An access point for inspecting and performing low-level operations based on the cache's runtime characteristics.
The low-level operations for a cache with a size-based eviction policy.
The low-level operations for a cache with a fixed expiration policy.
The low-level operations for a cache with a variable expiration policy.
WARNING: GENERATED CODE A cache entry that provides the following features: StrongKeys StrongValues
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: StrongKeys WeakValues
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireAccess StrongKeys (inherited) WeakValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) WeakValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite StrongKeys (inherited) WeakValues (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
Static utility methods and classes pertaining to weak and soft references.
A weak or soft reference that includes the entry's key reference.
A short-lived adapter used for looking up an entry in the cache where the keys are weakly held.
The value in a cache that holds values softly.
The key in a cache that holds keys weakly.
The value in a cache that holds values weakly.
The registration of a CacheEntryListener for event dispatching.
The reason why a cached entry was removed.
An object that can receive a notification when an entry is removed from a cache.
A scheduler that submits a task to an executor after a given delay.
The namespace for field padding through inheritance.
Enforces a memory layout to avoid false sharing by padding the tail node.
Enforces a memory layout to avoid false sharing by padding the head node.
 
 
Serializes the configuration of the cache, reconsitituting it as a Cache, LoadingCache, or AsyncLoadingCache using Caffeine upon deserialization.
WARNING: GENERATED CODE A cache that provides the following features: StrongKeys InfirmValues
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Listening StrongKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize StrongKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight StrongKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Stats StrongKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize StrongKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight StrongKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
Deprecated.
Scheduled for removal in version 3.0.0
 
 
A proxy that is serialized instead of the queue.
 
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Stats StrongKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize StrongKeys (inherited) InfirmValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight StrongKeys (inherited) InfirmValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) InfirmValues (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: StrongKeys StrongValues
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Listening StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Stats StrongKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Stats StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)
Accumulates statistics during the operation of a Cache for presentation by Cache.stats().
A base class providing the mechanics for supporting dynamic striping of bounded buffers.
 
 
A time source that returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.
A hierarchical timer wheel to add, remove, and fire expiration events in amortized O(1) time.
A sentinel for the doubly-linked list in the bucket.
Static utility methods pertaining to externalized CaffeineConfiguration entries using the Typesafe Config library.
A one-shot builder for creating a configuration instance.
An in-memory cache that has no capabilities for bounding the map.
An adapter to safely externalize the entry iterator.
An adapter to safely externalize the entries.
An adapter to safely externalize the entry spliterator.
An adapter to safely externalize the key iterator.
An adapter to safely externalize the keys.
 
 
 
 
An eviction policy that supports no boundings.
An adapter to safely externalize the value iterator.
An adapter to safely externalize the values.
Deprecated.
Scheduled for removal in version 3.0.0
Static access to Unsafe and convenient utility methods for performing low-level, unsafe operations.
A concurrent access enabling class used by circular array based queues this class exposes an offset computation method along with differently memory fenced load/store methods into the underlying array.
Calculates the weights of cache entries.
WARNING: GENERATED CODE A cache that provides the following features: WeakKeys InfirmValues
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Listening WeakKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize WeakKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight WeakKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Stats WeakKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize WeakKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight WeakKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Stats WeakKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize WeakKeys (inherited) InfirmValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight WeakKeys (inherited) InfirmValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) InfirmValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) InfirmValues (inherited) ExpireWrite (inherited)
A linked deque implementation used to represent a write-order queue.
An element that is linked on the Deque.
An entry that allows updates to write through to the backing map.
WARNING: GENERATED CODE A cache that provides the following features: WeakKeys StrongValues
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Listening WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Stats WeakKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: Stats WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumSize (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) MaximumWeight (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireWrite (inherited)
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited)
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)