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

Packages that use Cache
org.apache.cocoon.caching.impl   
org.apache.cocoon.components.pipeline.impl   
org.apache.cocoon.components.source.impl   
org.apache.cocoon.portal.coplet.adapter.impl   
 

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

Classes in org.apache.cocoon.caching.impl that implement Cache
 class CacheImpl
          This is the Cocoon cache.
 class EventAwareCacheImpl
          This implementation holds all mappings between Events and PipelineCacheKeys in two MultiValueMaps to facilitate efficient lookup by either as Key.
 

Uses of Cache in org.apache.cocoon.components.pipeline.impl
 

Fields in org.apache.cocoon.components.pipeline.impl declared as Cache
protected  Cache BaseCachingProcessingPipeline.cache
          This is the Cache holding cached responses
 

Uses of Cache in org.apache.cocoon.components.source.impl
 

Fields in org.apache.cocoon.components.source.impl declared as Cache
protected  Cache CachingSourceFactory.cache
          The cache
protected  Cache CachingSource.cache
          The current cache
 

Uses of Cache in org.apache.cocoon.portal.coplet.adapter.impl
 

Fields in org.apache.cocoon.portal.coplet.adapter.impl declared as Cache
protected  Cache CachingURICopletAdapter.cache
          The cache to use for global caching.
 



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