| java.lang.Object ri.cache.eviction.AbstractCacheEntry
AbstractCacheEntry | abstract public class AbstractCacheEntry implements CacheEntry<K, V>(Code) | | |
AbstractCacheEntry | public AbstractCacheEntry(K key, V value, long ttl)(Code) | | |
discard | abstract public void discard()(Code) | | |
getCost | public long getCost()(Code) | | |
getCreationTime | public long getCreationTime()(Code) | | |
getExpirationTime | public long getExpirationTime()(Code) | | |
getHits | public long getHits()(Code) | | |
getLastAccessTime | public long getLastAccessTime()(Code) | | |
getLastUpdateTime | public long getLastUpdateTime()(Code) | | |
getValue | public V getValue()(Code) | | |
getVersion | public long getVersion()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isValid | public boolean isValid()(Code) | | |
setValue | public V setValue(V obj)(Code) | | |
touch | public void touch()(Code) | | |
|
|