Package | Description |
---|---|
org.cache2k.core | |
org.cache2k.core.storageApi |
Modifier and Type | Class and Description |
---|---|
class |
Entry<K,T>
The cache entry.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryAction.storageReadHit(StorageEntry se) |
Modifier and Type | Method and Description |
---|---|
StorageEntry |
PurgeableStorage.PurgeAction.checkAndPurge(Object key)
Check storage whether entry for the key is still expired.
|
StorageEntry |
CacheStorage.get(Object key)
Retrieve the entry from the storage.
|
abstract StorageEntry |
StorageAdapter.get(Object key) |
Modifier and Type | Method and Description |
---|---|
void |
StorageCallback.onReadSuccess(StorageEntry e) |
void |
CacheStorage.put(StorageEntry e)
Stores the entry in the storage.
|
void |
CacheStorage.EntryVisitor.visit(StorageEntry e) |
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.