| Package | Description |
|---|---|
| org.cache2k.core |
| Modifier and Type | Class and Description |
|---|---|
class |
IntHeapCache<V>
Overwrite methods so the integer value gets stored directly in the
CompactEntry.hashCode field and CompactEntry.key is set to null. |
class |
LongHeapCache<V>
Just delegate to the non specialized versions for now.
|
| Modifier and Type | Field and Description |
|---|---|
protected HeapCache |
AbstractEviction.heapCache |
| Modifier and Type | Method and Description |
|---|---|
HeapCache |
WiredCache.getHeapCache()
For testing
|
| Modifier and Type | Method and Description |
|---|---|
String |
Entry.toString(HeapCache c) |
| Constructor and Description |
|---|
AbstractEviction(HeapCache _heapCache,
HeapCacheListener _listener,
long _maxSize) |
ClockProPlusEviction(HeapCache _heapCache,
HeapCacheListener _listener,
long _maxSize) |
ConcurrentEntryIterator(HeapCache<K,V> _cache) |
EntryAction(HeapCache<K,V> _heapCache,
InternalCache<K,V> _userCache,
Semantic<K,V,R> op,
K k,
Entry<K,V> e) |
RandomEviction(HeapCache _heapCache,
HeapCacheListener _listener,
long _maxSize) |
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.