public abstract class CacheValue
extends java.lang.Object
com.eibus.cache.Cache
,
com.eibus.cache.CacheKey
Constructor and Description |
---|
CacheValue() |
CacheValue(long expiryDate) |
Modifier and Type | Method and Description |
---|---|
protected long |
getSizeInternal()
Calculates the size of this object in the cache.
|
void |
touch()
Sets the last used date with current time for this value.
|