|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheObjectInfo
class wich holds information about an object in the cache. For information purposes only.
| Field Summary | |
|---|---|
static String |
NEVER_EXPIRES
Deprecated. |
| Method Summary | |
|---|---|
int |
getAccesses()
Deprecated. returns the total number of accesses to this object. |
String |
getExpire()
Deprecated. Return the time the object will expire if any. |
String |
getGroup()
Deprecated. returns the group the object is associated with. |
String |
getName()
Deprecated. returns the name of the object. |
int |
getRefCount()
Deprecated. returns the current reference count to the object. |
String |
getRegion()
Deprecated. returns the region the object resides in. |
String |
getType()
Deprecated. returns the type of the object. |
| Field Detail |
|---|
static final String NEVER_EXPIRES
| Method Detail |
|---|
String getRegion()
String getName()
String getType()
String getGroup()
int getRefCount()
int getAccesses()
String getExpire()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||