Uses of Interface
org.apache.cocoon.pipeline.caching.Cache

Packages that use Cache
org.apache.cocoon.monitoring.cache   
org.apache.cocoon.monitoring.cache.entry   
org.apache.cocoon.pipeline   
org.apache.cocoon.pipeline.caching   
 

Uses of Cache in org.apache.cocoon.monitoring.cache
 

Constructors in org.apache.cocoon.monitoring.cache with parameters of type Cache
CacheMonitor(Cache cache)
           
 

Constructor parameters in org.apache.cocoon.monitoring.cache with type arguments of type Cache
CacheBurstActions(Map<String,Cache> caches)
           
CacheMonitorInitializer(Map<String,Cache> caches, org.springframework.jmx.export.MBeanExporter exporter)
           
 

Uses of Cache in org.apache.cocoon.monitoring.cache.entry
 

Constructor parameters in org.apache.cocoon.monitoring.cache.entry with type arguments of type Cache
CacheEntrysMonitorInitializer(Map<String,Cache> caches, org.springframework.jmx.export.MBeanExporter exporter)
           
CacheEntrysMonitorInitializer(Map<String,Cache> caches, org.springframework.jmx.export.MBeanExporter exporter, long refreshTimeOut)
           
 

Uses of Cache in org.apache.cocoon.pipeline
 

Fields in org.apache.cocoon.pipeline declared as Cache
protected  Cache CachingPipeline.cache
           
 

Methods in org.apache.cocoon.pipeline with parameters of type Cache
 void CachingPipeline.setCache(Cache cache)
           
 

Uses of Cache in org.apache.cocoon.pipeline.caching
 

Classes in org.apache.cocoon.pipeline.caching that implement Cache
 class AbstractCache
          An abstract implementation of the Cache interface.
 class SimpleCache
          A very simple implementation of the Cache interface.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.