This project has retired. For details please refer to its
Attic page.
CacheStatisticsAspect (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)
org.apache.cocoon.monitoring.statistics.aspects
Class CacheStatisticsAspect
java.lang.Object
org.apache.cocoon.monitoring.statistics.aspects.CacheStatisticsAspect
- All Implemented Interfaces:
- StatisticsEnabled
public class CacheStatisticsAspect
- extends Object
- implements StatisticsEnabled
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheStatisticsAspect
public CacheStatisticsAspect()
CacheStatisticsAspect
public CacheStatisticsAspect(long maxKeepTime,
long refreshDelay)
handleCachePutRequest
public void handleCachePutRequest(CacheKey key)
throws Throwable
- Throws:
Throwable
handleCacheGetRequest
public void handleCacheGetRequest(CacheKey key)
throws Throwable
- Throws:
Throwable
getStatistics
public StatisticsSourceEnabled getStatistics()
- Specified by:
getStatistics
in interface StatisticsEnabled
statisticsSourceName
public String statisticsSourceName()
- Specified by:
statisticsSourceName
in interface StatisticsEnabled
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.