|
Oracle Application Server 10g Java Object Cache API Reference 10g Release 2 (10.1.2) B14018-01 November 2004 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ias.cache.CacheObjectInfo
The CacheObjectInfo class describes the meta data information associated with an object in the cache.
Field Summary | |
int |
accesses
the total number of times the object has been accessed |
java.lang.String |
expire
the number of seconds until the object is invalidated |
java.lang.String |
group
the name of the group if any |
java.lang.Object |
name
the name of the object |
java.lang.String |
ownerInfo
ownership(lock) object info |
int |
refcount
the current reference count |
java.lang.String |
region
the name of the region |
java.lang.String |
type
the type of the object (memory, disk, group) |
boolean |
valid
true if the object is valid |
Constructor Summary | |
CacheObjectInfo()
|
Method Summary | |
java.lang.String |
toString()
convert the object to a string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String region
public java.lang.Object name
public java.lang.String group
public java.lang.String type
public java.lang.String expire
public boolean valid
public int refcount
public int accesses
public java.lang.String ownerInfo
Constructor Detail |
public CacheObjectInfo()
Method Detail |
public java.lang.String toString()
|
Oracle Application Server 10g Java Object Cache API Reference 10g Release 2 (10.1.2) B14018-01 November 2004 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |