public class CachePerformance extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String[] | 
m_Keys
The names of the cache performance parameters. 
 | 
protected String | 
m_Name
The cache name 
 | 
protected Object[] | 
m_Values
The values of the cache performance parameters. 
 | 
| Constructor and Description | 
|---|
CachePerformance(String name,
                String[] keys,
                Object[] values)
Construct a cache performance object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
get(String key)
Gets the value of the specified cache performance parameter. 
 | 
String | 
getName()
Gets the cache name. 
 | 
Enumeration | 
keys()
Enumerates the names of the cache performance parameters. 
 | 
String | 
toString()
Gets a String representation of the cache performance object. 
 | 
protected String m_Name
protected String[] m_Keys
protected Object[] m_Values
public final String getName()
public final Enumeration keys()
public final Object get(String key)
key - the desired cache performance parameterCopyright © 2025. All rights reserved.