| Package | Description |
|---|---|
| org.cache2k.core |
| Modifier and Type | Class and Description |
|---|---|
static class |
HeapCacheListener.NoOperation<K,V> |
class |
IntWiredCache<V>
Just delegate to the non specialized versions for now.
|
class |
LongWiredCache<V>
Just delegate to the non specialized versions for now.
|
class |
WiredCache<K,V>
A cache implementation that builds on a heap cache and coordinates with additional
attachments like storage, listeners and a writer.
|
| Modifier and Type | Field and Description |
|---|---|
static HeapCacheListener |
HeapCacheListener.NO_OPERATION |
| Constructor and Description |
|---|
AbstractEviction(HeapCache _heapCache,
HeapCacheListener _listener,
long _maxSize) |
ClockProPlusEviction(HeapCache _heapCache,
HeapCacheListener _listener,
long _maxSize) |
RandomEviction(HeapCache _heapCache,
HeapCacheListener _listener,
long _maxSize) |
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.