javax.util.jcache
Interface CacheObjectInfo


Deprecated. removed with no replacement.

public interface CacheObjectInfo

class wich holds information about an object in the cache. For information purposes only.

Author:
Frank Karlstrøm

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

NEVER_EXPIRES

static final String NEVER_EXPIRES
Deprecated. 
See Also:
Constant Field Values
Method Detail

getRegion

String getRegion()
Deprecated. 
returns the region the object resides in.

Returns:
the region the object resides in.

getName

String getName()
Deprecated. 
returns the name of the object.

Returns:
the name of the object.

getType

String getType()
Deprecated. 
returns the type of the object. (Memory object, disk object, group, region)

Returns:
the type of the object.

getGroup

String getGroup()
Deprecated. 
returns the group the object is associated with.

Returns:
the group the object is associated with.

getRefCount

int getRefCount()
Deprecated. 
returns the current reference count to the object.

Returns:
the current reference count to the object.

getAccesses

int getAccesses()
Deprecated. 
returns the total number of accesses to this object.

Returns:
the total number of accesses to this object.

getExpire

String getExpire()
Deprecated. 
Return the time the object will expire if any.

Returns:
the time the object will expire if any


Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.