Class GCacheEntry
- java.lang.Object
-
- com.google.appengine.api.memcache.stdimpl.GCacheEntry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetCost()Not supported.longgetCreationTime()Not supported.longgetExpirationTime()Not supported.longgetHits()Not supported.ObjectgetKey()longgetLastAccessTime()Not supported.longgetLastUpdateTime()Not supported.ObjectgetValue()longgetVersion()Not supported.inthashCode()booleanisValid()ObjectsetValue(Object newValue)
-
-
-
Method Detail
-
getCost
public long getCost()
Not supported.- Specified by:
getCostin interfacejavax.cache.CacheEntry
-
getCreationTime
public long getCreationTime()
Not supported.- Specified by:
getCreationTimein interfacejavax.cache.CacheEntry
-
getExpirationTime
public long getExpirationTime()
Not supported.- Specified by:
getExpirationTimein interfacejavax.cache.CacheEntry
-
getHits
public long getHits()
Not supported.- Specified by:
getHitsin interfacejavax.cache.CacheEntry
-
getLastAccessTime
public long getLastAccessTime()
Not supported.- Specified by:
getLastAccessTimein interfacejavax.cache.CacheEntry
-
getLastUpdateTime
public long getLastUpdateTime()
Not supported.- Specified by:
getLastUpdateTimein interfacejavax.cache.CacheEntry
-
getVersion
public long getVersion()
Not supported.- Specified by:
getVersionin interfacejavax.cache.CacheEntry
-
equals
public boolean equals(Object obj)
-
hashCode
public int hashCode()
-
isValid
public boolean isValid()
- Specified by:
isValidin interfacejavax.cache.CacheEntry
-
-