org.apache.commons.cache
Class CacheStat

java.lang.Object
  extended by org.apache.commons.cache.CacheStat
All Implemented Interfaces:
Serializable

public final class CacheStat
extends Object
implements Serializable

.

Author:
Rodney Waldhoff
See Also:
Serialized Form

Field Summary
static CacheStat CUR_CAPACITY
           
 int intVal
           
static CacheStat NUM_CLEARED
           
static CacheStat NUM_RETRIEVE_FOUND
           
static CacheStat NUM_RETRIEVE_NOT_FOUND
           
static CacheStat NUM_RETRIEVE_REQUESTED
           
static CacheStat NUM_STORE_NOT_STORED
           
static CacheStat NUM_STORE_REQUESTED
           
static CacheStat NUM_STORE_STORED
           
 String strVal
           
 
Method Summary
 boolean equals(CacheStat stat)
           
 int getIntValue()
           
 String getStrValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

strVal

public final String strVal

intVal

public final int intVal

NUM_RETRIEVE_REQUESTED

public static final CacheStat NUM_RETRIEVE_REQUESTED

NUM_RETRIEVE_FOUND

public static final CacheStat NUM_RETRIEVE_FOUND

NUM_RETRIEVE_NOT_FOUND

public static final CacheStat NUM_RETRIEVE_NOT_FOUND

NUM_STORE_REQUESTED

public static final CacheStat NUM_STORE_REQUESTED

NUM_STORE_STORED

public static final CacheStat NUM_STORE_STORED

NUM_STORE_NOT_STORED

public static final CacheStat NUM_STORE_NOT_STORED

NUM_CLEARED

public static final CacheStat NUM_CLEARED

CUR_CAPACITY

public static final CacheStat CUR_CAPACITY
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getIntValue

public int getIntValue()

getStrValue

public String getStrValue()

equals

public boolean equals(CacheStat stat)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.