javax.cache
Interface CacheEntry
- All Superinterfaces:
- java.util.Map.Entry
- public interface CacheEntry
- extends java.util.Map.Entry
- Version:
- $Rev: 397921 $ $Date: 2006-04-28 17:23:23 +0200 (Fri, 28 Apr 2006) $
Methods inherited from interface java.util.Map.Entry |
equals, getKey, getValue, hashCode, setValue |
getCost
public long getCost()
getCreationTime
public long getCreationTime()
getExpirationTime
public long getExpirationTime()
getHits
public int getHits()
getLastAccessTime
public long getLastAccessTime()
getLastUpdateTime
public long getLastUpdateTime()
getVersion
public long getVersion()
isValid
public boolean isValid()
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.