public interface InternalCacheValue
Modifier and Type | Method and Description |
---|---|
boolean |
canExpire() |
long |
getCreated() |
long |
getLastUsed() |
long |
getLifespan() |
long |
getMaxIdle() |
Object |
getValue() |
boolean |
isExpired() |
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()
boolean isExpired()
boolean canExpire()
long getCreated()
long getLastUsed()
long getLifespan()
long getMaxIdle()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.