BaseCache |
Some default implementations for a cache.
|
BulkAction |
Execute a set of entry actions in parallel to leverage bulk I/O.
|
Cache2kCoreProviderImpl |
|
CacheClosedException |
Consistently this exception is thrown, when an operation detects that the
cache is closed.
|
CacheManagerImpl |
|
CanCheckIntegrity |
Cache supports checking its internal integrity.
|
CommonMetricsFactory |
|
CommonMetricsFactory.Parameters |
|
ConcurrentEntryIterator |
Iterator over all cache entries.
|
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.
|
Hash2 |
Simple concurrent hash table implementation using optimistic locking
for the segments locks.
|
HeapCache |
Foundation for all cache variants.
|
HeapCache.Tunable |
|
IntegrityState |
Used to record and check the integrity.
|
StandardCommonMetricsFactory |
Standard factory for metrics.
|