| Package | Description |
|---|---|
| org.cache2k.core |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapCache<K,V>
Foundation for all cache variants.
|
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 |
IntWiredCache<V>
Just delegate to the non specialized versions for now.
|
class |
LongHeapCache<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.
|
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.