Package | Description |
---|---|
org.cache2k.core |
Modifier and Type | Method and Description |
---|---|
protected <R> EntryAction<K,V,R> |
WiredCache.createEntryAction(K key,
Entry<K,V> e,
Semantic<K,V,R> op) |
protected <R> EntryAction<K,V,R> |
HeapCache.createEntryAction(K key,
Entry<K,V> e,
Semantic<K,V,R> op) |
protected abstract <R> EntryAction<K,V,R> |
BaseCache.createEntryAction(K key,
Entry<K,V> e,
Semantic<K,V,R> op) |
Modifier and Type | Method and Description |
---|---|
protected <R> R |
BaseCache.execute(Semantic<K,V,R> op,
EntryAction<K,V,R> _action) |
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.