Searched defs:CacheStats (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheStats.java25 * $Id: CacheStats.java,v 1.4 2008/06/25 05:41:24 qcheng Exp $
36 public class CacheStats implements StatsListener { class in inherits:StatsListener
62 * Creates a new CacheStats object, adds the object as a listener to the
66 * name associated with the CacheStats instance.
68 * the debug instance to which the CacheStats object will be
70 * @return a CacheStats object
72 public static CacheStats createInstance(String instanceName,
74 CacheStats cStats = new CacheStats(instanceName, debugObject);
81 public CacheStats(Strin method in class:CacheStats
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheStats.java25 * $Id: CacheStats.java,v 1.4 2008/06/25 05:41:24 qcheng Exp $
36 public class CacheStats implements StatsListener { class in inherits:StatsListener
62 * Creates a new CacheStats object, adds the object as a listener to the
66 * name associated with the CacheStats instance.
68 * the debug instance to which the CacheStats object will be
70 * @return a CacheStats object
72 public static CacheStats createInstance(String instanceName,
74 CacheStats cStats = new CacheStats(instanceName, debugObject);
81 public CacheStats(Strin method in class:CacheStats
[all...]

Completed in 28 milliseconds