public interface ICacheDescription
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCriticalSectionName()
Get the critical section name for this description object.
|
ICacheClass |
getObjectClass()
Get the object class for an object.
|
long |
getObjectExpirationTime(long currentTime)
Obtain an expiration time for an object, in milliseconds since epoch.
|
StringSet |
getObjectKeys()
Get the cache keys for an object (which may or may not exist yet in
the cache).
|
static final java.lang.String _rcsid
StringSet getObjectKeys()
java.lang.String getCriticalSectionName()
ICacheClass getObjectClass()
long getObjectExpirationTime(long currentTime)
currentTime - is the time of the lookup, in milliseconds since epoch.