Uses of Package
com.github.benmanes.caffeine.cache

  • Class
    Description
    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.
    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.
     
     
     
     
     
     
     
     
     
    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.
    Enforces a memory layout to avoid false sharing by padding the drain status.
     
    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.
    A reusable task that performs the maintenance work; used to avoid wrapping by ForkJoinPool.
    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.
    Computes or retrieves values, based on a key, for use in populating a LoadingCache or AsyncLoadingCache.
    Deprecated.
    Scheduled for removal in version 3.0.0.
    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 specification of a Caffeine builder configuration.
     
     
     
     
     
    Calculates when cache entries expire.
    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: RefreshWrite WeakKeys (inherited) SoftValues (inherited) ExpireAccess (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: RefreshWrite WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (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: ExpireWrite WeakKeys (inherited) SoftValues (inherited)
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) SoftValues (inherited) ExpireWrite (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: RefreshWrite WeakKeys (inherited) StrongValues (inherited) ExpireAccess (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: RefreshWrite WeakKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (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: ExpireWrite WeakKeys (inherited) StrongValues (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: 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: RefreshWrite WeakKeys (inherited) WeakValues (inherited) ExpireAccess (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: RefreshWrite WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (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: ExpireWrite WeakKeys (inherited) WeakValues (inherited)
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
    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.
    This class provides a skeletal implementation of the AsyncCache interface to minimize the effort required to implement a LocalCache.
     
     
     
    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.
    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: RefreshWrite StrongKeys (inherited) SoftValues (inherited) ExpireAccess (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: RefreshWrite StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (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: ExpireWrite StrongKeys (inherited) SoftValues (inherited)
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) SoftValues (inherited) ExpireWrite (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: RefreshWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (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: RefreshWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (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: ExpireWrite StrongKeys (inherited) StrongValues (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: 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: RefreshWrite StrongKeys (inherited) WeakValues (inherited) ExpireAccess (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: RefreshWrite StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (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: ExpireWrite StrongKeys (inherited) WeakValues (inherited)
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
    A weak or soft reference that includes the entry's key reference.
    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 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.
    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: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) ExpireAccess (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: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Listening (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: ExpireWrite 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)
    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: ExpireWrite 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)
     
    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: ExpireWrite StrongKeys (inherited) InfirmValues (inherited) Stats (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite StrongKeys (inherited) InfirmValues (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: ExpireWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (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: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Listening (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite StrongKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite StrongKeys (inherited) StrongValues (inherited)
    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.
    An in-memory cache that has no capabilities for bounding the map.
    An adapter to safely externalize the entry spliterator.
     
    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: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) ExpireAccess (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: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Listening (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite WeakKeys (inherited) InfirmValues (inherited) Stats (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite WeakKeys (inherited) InfirmValues (inherited)
    A linked deque implementation used to represent a write-order queue.
    An element that is linked on the Deque.
    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: ExpireWrite WeakKeys (inherited) StrongValues (inherited) ExpireAccess (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: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (inherited) Stats (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Listening (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (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: ExpireWrite 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)
    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: ExpireWrite 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)
    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: ExpireWrite WeakKeys (inherited) StrongValues (inherited)
  • Class
    Description
    The reason why a cached entry was removed.
  • Class
    Description
    Computes or retrieves values asynchronously, based on a key, for use in populating a AsyncLoadingCache.
    A semi-persistent mapping from keys to values.
    Computes or retrieves values, based on a key, for use in populating a LoadingCache or AsyncLoadingCache.
    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 semi-persistent mapping from keys to values.
  • Class
    Description
    A semi-persistent mapping from keys to values.
    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
    Calculates when cache entries expire.
    A semi-persistent mapping from keys to values.
    A scheduler that submits a task to an executor after a given delay.
    A time source that returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.
  • Class
    Description
    Calculates when cache entries expire.
    A scheduler that submits a task to an executor after a given delay.
    A time source that returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.
    Calculates the weights of cache entries.
  • Class
    Description
    The reason why a cached entry was removed.
    An object that can receive a notification when an entry is removed from a cache.
  • Class
    Description
    Computes or retrieves values asynchronously, based on a key, for use in populating a AsyncLoadingCache.
    Computes or retrieves values, based on a key, for use in populating a LoadingCache or AsyncLoadingCache.
    A time source that returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.