Oracle Application Server 10g Java Object Cache API Reference
10g(9.0.4)

B10388-01

oracle.ias.cache
Class CacheObjectInfo

java.lang.Object
  |
  +--oracle.ias.cache.CacheObjectInfo
All Implemented Interfaces:
java.io.Serializable

public class CacheObjectInfo
extends java.lang.Object
implements java.io.Serializable

The CacheObjectInfo class describes the meta data information associated with an object in the cache.

Since:
2.0.0
See Also:
Serialized Form

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

region

public java.lang.String region
the name of the region

name

public java.lang.Object name
the name of the object

group

public java.lang.String group
the name of the group if any

type

public java.lang.String type
the type of the object (memory, disk, group)

expire

public java.lang.String expire
the number of seconds until the object is invalidated

valid

public boolean valid
true if the object is valid

refcount

public int refcount
the current reference count

accesses

public int accesses
the total number of times the object has been accessed

ownerInfo

public java.lang.String ownerInfo
ownership(lock) object info
Constructor Detail

CacheObjectInfo

public CacheObjectInfo()
Method Detail

toString

public java.lang.String toString()
convert the object to a string
Overrides:
toString in class java.lang.Object
Returns:
a formatted string represents this class.
Since:
2.0.0

Oracle Application Server 10g Java Object Cache API Reference
10g(9.0.4)

B10388-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.