| java.lang.Object com.tcclient.cache.CacheData
CacheData | public class CacheData implements Serializable(Code) | | Wrapper for a data value in the cache data store. This wrapper knows
additional information about when the item was created, when it was last
used, when it expires, and whether it is still valid.
|
CacheData | public CacheData(Object value, CacheConfig config)(Code) | | Parameters: value - Data value, should never null (checked by caller) Parameters: config - Cache configuration information |
accessed | synchronized void accessed()(Code) | | |
finish | synchronized void finish()(Code) | | |
getIdleMillis | synchronized long getIdleMillis()(Code) | | |
hashCode | public int hashCode()(Code) | | |
invalidate | synchronized void invalidate()(Code) | | |
isInvalidated | synchronized boolean isInvalidated()(Code) | | |
isValid | synchronized boolean isValid()(Code) | | |
|
|