public interface CacheStorageContext
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheName() |
Class<?> |
getKeyType()
Type of the cache key.
|
Log |
getLog() |
String |
getManagerName() |
MarshallerFactory |
getMarshallerFactory()
A marshaller factory the storage may use.
|
Properties |
getProperties() |
Class<?> |
getValueType()
Type of the cache value.
|
void |
notifyEvicted(StorageEntry e) |
void |
notifyExpired(StorageEntry e) |
void |
requestMaintenanceCall(int _intervalMillis) |
Properties getProperties()
String getManagerName()
String getCacheName()
Class<?> getKeyType()
Class<?> getValueType()
MarshallerFactory getMarshallerFactory()
void requestMaintenanceCall(int _intervalMillis)
void notifyEvicted(StorageEntry e)
void notifyExpired(StorageEntry e)
cache2k API documentation. Copyright © 2000–2015 headissue GmbH, Munich.