public interface InternalCacheValue
Modifier and Type | Method and Description |
---|---|
boolean |
canExpire() |
long |
getCreated() |
long |
getExpiryTime() |
long |
getLastUsed() |
long |
getLifespan() |
long |
getMaxIdle() |
Metadata |
getMetadata() |
Object |
getValue() |
boolean |
isExpired()
Deprecated.
use
isExpired(long) |
boolean |
isExpired(long now) |
InternalCacheEntry |
toInternalCacheEntry(Object key) |
Object getValue()
InternalCacheEntry toInternalCacheEntry(Object key)
boolean isExpired(long now)
now
- the current time as expressed by System.currentTimeMillis()
@Deprecated boolean isExpired()
isExpired(long)
boolean canExpire()
long getCreated()
long getLastUsed()
long getLifespan()
long getMaxIdle()
long getExpiryTime()
Metadata getMetadata()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.