Package | Description |
---|---|
org.cache2k.core |
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) |
ClockEviction(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–2018 headissue GmbH, Munich.