| 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 |
|---|---|
StorageEntry |
PurgeableStorage.PurgeAction.checkAndPurge(Object key)
Check storage whether entry for the key is still expired.
|
abstract StorageEntry |
StorageAdapter.get(Object key) |
StorageEntry |
CacheStorage.get(Object key)
Retrieve the entry from the storage.
|
| 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–2019 headissue GmbH, Munich.