AbstractLinkedDeque |
This class provides a skeletal implementation of the LinkedDeque interface to minimize
the effort required to implement this interface.
|
AccessOrderDeque |
A linked deque implementation used to represent an access-order queue.
|
AccessOrderDeque.AccessOrder |
An element that is linked on the Deque .
|
AsyncCache |
A semi-persistent mapping from keys to values.
|
AsyncCacheLoader |
Computes or retrieves values asynchronously, based on a key, for use in populating a
AsyncLoadingCache .
|
AsyncLoadingCache |
A semi-persistent mapping from keys to values.
|
BaseMpscLinkedArrayQueue |
|
BaseMpscLinkedArrayQueueColdProducerFields |
|
BaseMpscLinkedArrayQueueConsumerFields |
|
BaseMpscLinkedArrayQueuePad1 |
|
BaseMpscLinkedArrayQueuePad2 |
|
BaseMpscLinkedArrayQueuePad3 |
|
BaseMpscLinkedArrayQueueProducerFields |
|
BBHeader.PadReadCounter |
|
BBHeader.PadWriteCounter |
|
BBHeader.ReadAndWriteCounterRef |
Enforces a memory layout to avoid false sharing by padding the write count.
|
BBHeader.ReadCounterRef |
Enforces a memory layout to avoid false sharing by padding the read count.
|
BLCHeader.DrainStatusRef |
Enforces a memory layout to avoid false sharing by padding the drain status.
|
BLCHeader.PadDrainStatus |
|
BoundedLocalCache |
An in-memory cache implementation that supports full concurrency of retrievals, a high expected
concurrency for updates, and multiple ways to bound the cache.
|
BoundedLocalCache.BoundedLocalManualCache |
|
BoundedLocalCache.EntryIterator |
An adapter to safely externalize the entry iterator.
|
BoundedLocalCache.PerformCleanupTask |
A reusable task that performs the maintenance work; used to avoid wrapping by ForkJoinPool.
|
Buffer |
A multiple-producer / single-consumer buffer that rejects new elements if it is full or
fails spuriously due to contention.
|
Cache |
A semi-persistent mapping from keys to values.
|
CacheLoader |
|
CacheWriter |
Deprecated.
|
Caffeine |
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
|
Caffeine.Strength |
|
CaffeineSpec |
A specification of a Caffeine builder configuration.
|
DisabledBuffer |
|
DisabledFuture |
|
DisabledScheduler |
|
DisabledTicker |
|
DisabledWriter |
|
Expiry |
Calculates when cache entries expire.
|
FD |
WARNING: GENERATED CODE
A cache entry that provides the following features:
WeakKeys
SoftValues
|
FDA |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireAccess
WeakKeys (inherited)
SoftValues (inherited)
|
FDAR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
SoftValues (inherited)
ExpireAccess (inherited)
|
FDAW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
WeakKeys (inherited)
SoftValues (inherited)
ExpireAccess (inherited)
|
FDAWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
SoftValues (inherited)
ExpireAccess (inherited)
ExpireWrite (inherited)
|
FDR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
SoftValues (inherited)
|
FDW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
WeakKeys (inherited)
SoftValues (inherited)
|
FDWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
SoftValues (inherited)
ExpireWrite (inherited)
|
FrequencySketch |
A probabilistic multiset for estimating the popularity of an element within a time window.
|
FS |
WARNING: GENERATED CODE
A cache entry that provides the following features:
WeakKeys
StrongValues
|
FSA |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
|
FSAR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
StrongValues (inherited)
ExpireAccess (inherited)
|
FSAW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
ExpireAccess (inherited)
|
FSAWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
StrongValues (inherited)
ExpireAccess (inherited)
ExpireWrite (inherited)
|
FSR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
StrongValues (inherited)
|
FSW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
|
FSWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
StrongValues (inherited)
ExpireWrite (inherited)
|
FW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
WeakKeys
WeakValues
|
FWA |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireAccess
WeakKeys (inherited)
WeakValues (inherited)
|
FWAR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
WeakValues (inherited)
ExpireAccess (inherited)
|
FWAW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
WeakKeys (inherited)
WeakValues (inherited)
ExpireAccess (inherited)
|
FWAWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
WeakValues (inherited)
ExpireAccess (inherited)
ExpireWrite (inherited)
|
FWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
WeakValues (inherited)
|
FWW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
WeakKeys (inherited)
WeakValues (inherited)
|
FWWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
WeakKeys (inherited)
WeakValues (inherited)
ExpireWrite (inherited)
|
LinkedDeque |
A linked list extension of the Deque interface where the link pointers are tightly
integrated with the element.
|
LinkedDeque.PeekingIterator |
|
LoadingCache |
A semi-persistent mapping from keys to values.
|
LocalAsyncCache |
This class provides a skeletal implementation of the AsyncCache interface to minimize the
effort required to implement a LocalCache .
|
LocalAsyncCache.AbstractCacheView |
|
LocalAsyncCache.AsMapView |
|
LocalAsyncCache.CacheView |
|
LocalAsyncLoadingCache |
This class provides a skeletal implementation of the AsyncLoadingCache interface to
minimize the effort required to implement a LocalCache .
|
LocalAsyncLoadingCache.LoadingCacheView |
|
LocalCache |
An in-memory cache providing thread safety and atomicity guarantees.
|
LocalLoadingCache |
This class provides a skeletal implementation of the LoadingCache interface to minimize
the effort required to implement a LocalCache .
|
LocalManualCache |
This class provides a skeletal implementation of the Cache interface to minimize the
effort required to implement a LocalCache .
|
MpscChunkedArrayQueue |
|
MpscChunkedArrayQueueColdProducerFields |
|
MpscGrowableArrayQueue |
An MPSC array queue which starts at initialCapacity and grows to maxCapacity in
linked chunks of the initial size.
|
Node |
An entry in the cache containing the key, value, weight, access, and write metadata.
|
NodeFactory |
WARNING: GENERATED CODE
A factory for cache nodes optimized for a particular configuration.
|
Pacer |
A pacing scheduler that prevents executions from happening too frequently.
|
PD |
WARNING: GENERATED CODE
A cache entry that provides the following features:
StrongKeys
SoftValues
|
PDA |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireAccess
StrongKeys (inherited)
SoftValues (inherited)
|
PDAR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
SoftValues (inherited)
ExpireAccess (inherited)
|
PDAW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
StrongKeys (inherited)
SoftValues (inherited)
ExpireAccess (inherited)
|
PDAWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
SoftValues (inherited)
ExpireAccess (inherited)
ExpireWrite (inherited)
|
PDR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
SoftValues (inherited)
|
PDW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
StrongKeys (inherited)
SoftValues (inherited)
|
PDWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
SoftValues (inherited)
ExpireWrite (inherited)
|
Policy |
An access point for inspecting and performing low-level operations based on the cache's runtime
characteristics.
|
Policy.Eviction |
The low-level operations for a cache with a size-based eviction policy.
|
Policy.Expiration |
The low-level operations for a cache with a fixed expiration policy.
|
Policy.VarExpiration |
The low-level operations for a cache with a variable expiration policy.
|
PS |
WARNING: GENERATED CODE
A cache entry that provides the following features:
StrongKeys
StrongValues
|
PSA |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
|
PSAR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
StrongValues (inherited)
ExpireAccess (inherited)
|
PSAW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
ExpireAccess (inherited)
|
PSAWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
StrongValues (inherited)
ExpireAccess (inherited)
ExpireWrite (inherited)
|
PSR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
StrongValues (inherited)
|
PSW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
|
PSWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
StrongValues (inherited)
ExpireWrite (inherited)
|
PW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
StrongKeys
WeakValues
|
PWA |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireAccess
StrongKeys (inherited)
WeakValues (inherited)
|
PWAR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
WeakValues (inherited)
ExpireAccess (inherited)
|
PWAW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
StrongKeys (inherited)
WeakValues (inherited)
ExpireAccess (inherited)
|
PWAWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
WeakValues (inherited)
ExpireAccess (inherited)
ExpireWrite (inherited)
|
PWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
WeakValues (inherited)
|
PWW |
WARNING: GENERATED CODE
A cache entry that provides the following features:
ExpireWrite
StrongKeys (inherited)
WeakValues (inherited)
|
PWWR |
WARNING: GENERATED CODE
A cache entry that provides the following features:
RefreshWrite
StrongKeys (inherited)
WeakValues (inherited)
ExpireWrite (inherited)
|
References.InternalReference |
A weak or soft reference that includes the entry's key reference.
|
References.SoftValueReference |
The value in a cache that holds values softly.
|
References.WeakKeyReference |
The key in a cache that holds keys weakly.
|
References.WeakValueReference |
The value in a cache that holds values weakly.
|
RemovalCause |
The reason why a cached entry was removed.
|
RemovalListener |
An object that can receive a notification when an entry is removed from a cache.
|
Scheduler |
A scheduler that submits a task to an executor after a given delay.
|
SerializationProxy |
|
SI |
WARNING: GENERATED CODE
A cache that provides the following features:
StrongKeys
InfirmValues
|
SIA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
|
SIAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
ExpireAccess (inherited)
|
SIL |
WARNING: GENERATED CODE
A cache that provides the following features:
Listening
StrongKeys (inherited)
InfirmValues (inherited)
|
SILA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
|
SILAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
ExpireAccess (inherited)
|
SILMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
|
SILMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumSize (inherited)
|
SILMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
SILMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumSize (inherited)
|
SILMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
|
SILMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
|
SILMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
SILMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
|
SILS |
WARNING: GENERATED CODE
A cache that provides the following features:
Stats
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
|
SILSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
|
SILSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
ExpireAccess (inherited)
|
SILSMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
|
SILSMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
|
SILSMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
SILSMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
|
SILSMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
|
SILSMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
SILSMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
SILSMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
SILSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
|
SILW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
|
SIMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
StrongKeys (inherited)
InfirmValues (inherited)
|
SIMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
MaximumSize (inherited)
|
SIMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
SIMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
MaximumSize (inherited)
|
SIMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
StrongKeys (inherited)
InfirmValues (inherited)
|
SIMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
MaximumWeight (inherited)
|
SIMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
SIMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
MaximumWeight (inherited)
|
SingletonWeigher |
|
SIS |
WARNING: GENERATED CODE
A cache that provides the following features:
Stats
StrongKeys (inherited)
InfirmValues (inherited)
|
SISA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
|
SISAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
ExpireAccess (inherited)
|
SISMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
|
SISMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumSize (inherited)
|
SISMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
SISMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumSize (inherited)
|
SISMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
|
SISMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
SISMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
SISMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
SISW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
|
SIW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
InfirmValues (inherited)
|
SS |
WARNING: GENERATED CODE
A cache that provides the following features:
StrongKeys
StrongValues
|
SSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
|
SSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
ExpireAccess (inherited)
|
SSL |
WARNING: GENERATED CODE
A cache that provides the following features:
Listening
StrongKeys (inherited)
StrongValues (inherited)
|
SSLA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
|
SSLAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
ExpireAccess (inherited)
|
SSLMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
|
SSLMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumSize (inherited)
|
SSLMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
SSLMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumSize (inherited)
|
SSLMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
|
SSLMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
|
SSLMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
SSLMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
|
SSLS |
WARNING: GENERATED CODE
A cache that provides the following features:
Stats
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
|
SSLSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
|
SSLSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
ExpireAccess (inherited)
|
SSLSMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
|
SSLSMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
|
SSLSMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
SSLSMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
|
SSLSMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
|
SSLSMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
SSLSMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
SSLSMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
SSLSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
|
SSLW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Listening (inherited)
|
SSMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
StrongKeys (inherited)
StrongValues (inherited)
|
SSMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
MaximumSize (inherited)
|
SSMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
SSMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
MaximumSize (inherited)
|
SSMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
StrongKeys (inherited)
StrongValues (inherited)
|
SSMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
MaximumWeight (inherited)
|
SSMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
SSMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
MaximumWeight (inherited)
|
SSS |
WARNING: GENERATED CODE
A cache that provides the following features:
Stats
StrongKeys (inherited)
StrongValues (inherited)
|
SSSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
|
SSSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
ExpireAccess (inherited)
|
SSSMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
|
SSSMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumSize (inherited)
|
SSSMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
SSSMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumSize (inherited)
|
SSSMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
|
SSSMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
SSSMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
SSSMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
SSSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
Stats (inherited)
|
SSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
StrongKeys (inherited)
StrongValues (inherited)
|
StripedBuffer |
A base class providing the mechanics for supporting dynamic striping of bounded buffers.
|
SystemScheduler |
|
SystemTicker |
|
Ticker |
A time source that returns a time value representing the number of nanoseconds elapsed since some
fixed but arbitrary point in time.
|
TimerWheel |
A hierarchical timer wheel to add, remove, and fire expiration events in amortized O(1) time.
|
UnboundedLocalCache |
An in-memory cache that has no capabilities for bounding the map.
|
UnboundedLocalCache.EntrySpliterator |
An adapter to safely externalize the entry spliterator.
|
UnboundedLocalCache.UnboundedLocalManualCache |
|
Weigher |
Calculates the weights of cache entries.
|
WI |
WARNING: GENERATED CODE
A cache that provides the following features:
WeakKeys
InfirmValues
|
WIA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
|
WIAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
ExpireAccess (inherited)
|
WIL |
WARNING: GENERATED CODE
A cache that provides the following features:
Listening
WeakKeys (inherited)
InfirmValues (inherited)
|
WILA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
|
WILAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
ExpireAccess (inherited)
|
WILMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
|
WILMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumSize (inherited)
|
WILMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
WILMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumSize (inherited)
|
WILMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
|
WILMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
|
WILMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
WILMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
|
WILS |
WARNING: GENERATED CODE
A cache that provides the following features:
Stats
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
|
WILSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
|
WILSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
ExpireAccess (inherited)
|
WILSMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
|
WILSMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
|
WILSMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
WILSMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
|
WILSMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
|
WILSMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
WILSMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
WILSMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
WILSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
Stats (inherited)
|
WILW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Listening (inherited)
|
WIMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
WeakKeys (inherited)
InfirmValues (inherited)
|
WIMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
MaximumSize (inherited)
|
WIMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
WIMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
MaximumSize (inherited)
|
WIMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
WeakKeys (inherited)
InfirmValues (inherited)
|
WIMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
MaximumWeight (inherited)
|
WIMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
WIMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
MaximumWeight (inherited)
|
WIS |
WARNING: GENERATED CODE
A cache that provides the following features:
Stats
WeakKeys (inherited)
InfirmValues (inherited)
|
WISA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
|
WISAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
ExpireAccess (inherited)
|
WISMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
|
WISMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumSize (inherited)
|
WISMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
WISMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumSize (inherited)
|
WISMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
|
WISMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
WISMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
WISMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
WISW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
Stats (inherited)
|
WIW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
InfirmValues (inherited)
|
WriteOrderDeque |
A linked deque implementation used to represent a write-order queue.
|
WriteOrderDeque.WriteOrder |
An element that is linked on the Deque .
|
WS |
WARNING: GENERATED CODE
A cache that provides the following features:
WeakKeys
StrongValues
|
WSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
|
WSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
ExpireAccess (inherited)
|
WSL |
WARNING: GENERATED CODE
A cache that provides the following features:
Listening
WeakKeys (inherited)
StrongValues (inherited)
|
WSLA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
|
WSLAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
ExpireAccess (inherited)
|
WSLMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
|
WSLMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumSize (inherited)
|
WSLMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
WSLMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumSize (inherited)
|
WSLMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
|
WSLMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
|
WSLMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
WSLMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
MaximumWeight (inherited)
|
WSLS |
WARNING: GENERATED CODE
A cache that provides the following features:
Stats
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
|
WSLSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
|
WSLSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
ExpireAccess (inherited)
|
WSLSMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
|
WSLSMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
|
WSLSMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
WSLSMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumSize (inherited)
|
WSLSMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
|
WSLSMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
WSLSMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
WSLSMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
WSLSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
Stats (inherited)
|
WSLW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Listening (inherited)
|
WSMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
WeakKeys (inherited)
StrongValues (inherited)
|
WSMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
MaximumSize (inherited)
|
WSMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
WSMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
MaximumSize (inherited)
|
WSMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
WeakKeys (inherited)
StrongValues (inherited)
|
WSMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
MaximumWeight (inherited)
|
WSMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
WSMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
MaximumWeight (inherited)
|
WSS |
WARNING: GENERATED CODE
A cache that provides the following features:
Stats
WeakKeys (inherited)
StrongValues (inherited)
|
WSSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
|
WSSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
ExpireAccess (inherited)
|
WSSMS |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumSize
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
|
WSSMSA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumSize (inherited)
|
WSSMSAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumSize (inherited)
ExpireAccess (inherited)
|
WSSMSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumSize (inherited)
|
WSSMW |
WARNING: GENERATED CODE
A cache that provides the following features:
MaximumWeight
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
|
WSSMWA |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireAccess
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
WSSMWAW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
ExpireAccess (inherited)
|
WSSMWW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
MaximumWeight (inherited)
|
WSSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
Stats (inherited)
|
WSW |
WARNING: GENERATED CODE
A cache that provides the following features:
ExpireWrite
WeakKeys (inherited)
StrongValues (inherited)
|