public interface ICacheDescription
Modifier and Type | Method and Description |
---|---|
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 String _rcsid
StringSet getObjectKeys()
String getCriticalSectionName()
ICacheClass getObjectClass()
long getObjectExpirationTime(long currentTime)
currentTime
- is the time of the lookup, in milliseconds since epoch.