|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
org.apache.cocoon.caching | |
org.apache.cocoon.caching.impl | |
org.apache.cocoon.components.pipeline.impl | |
org.apache.cocoon.components.source.impl |
Uses of Cache in org.apache.cocoon.caching |
Classes in org.apache.cocoon.caching that implement Cache | |
class |
SimpleCache
This cache implementation is an extension to the default cache implementation. |
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 MultiHashMap 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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |