BaseCache |
Some default implementations for a cache.
|
BulkAction |
Execute a set of entry actions in parallel to leverage bulk I/O.
|
Cache2kCoreProviderImpl |
|
CacheManagerImpl |
|
ConcurrentEntryIterator |
Iterator over all cache entries.
|
DefaultExceptionPropagator |
Standard behavior of the exception propagator.
|
Entry |
The cache entry.
|
EntryAction |
This is a method object to perform an operation on an entry.
|
EntryAction.CompletedCallback |
|
ExceptionWrapper |
The exception wrapper is used in the value field of the entry, in case of an exception.
|
HeapCache |
Foundation for all cache variants.
|
IntegrityState |
Used to record and check the integrity.
|
StampedHash |
Simple concurrent hash table implementation using optimistic locking
via StampedLock for the segments locks.
|