|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedResponse | |
org.apache.cocoon.caching | |
org.apache.cocoon.caching.impl | |
org.apache.cocoon.components.pipeline.impl | |
org.apache.cocoon.components.source.impl |
Uses of CachedResponse in org.apache.cocoon.caching |
Subclasses of CachedResponse in org.apache.cocoon.caching | |
class |
ExtendedCachedResponse
This is a cached response. |
Methods in org.apache.cocoon.caching that return CachedResponse | |
CachedResponse |
Cache.get(Serializable key)
Get a cached response. |
CachedResponse |
SimpleCache.get(Serializable key)
|
Methods in org.apache.cocoon.caching with parameters of type CachedResponse | |
void |
Cache.store(Serializable key,
CachedResponse response)
Store a cached response |
void |
SimpleCache.store(Serializable key,
CachedResponse response)
|
Uses of CachedResponse in org.apache.cocoon.caching.impl |
Methods in org.apache.cocoon.caching.impl that return CachedResponse | |
CachedResponse |
CacheImpl.get(Serializable key)
Get a cached response. |
Methods in org.apache.cocoon.caching.impl with parameters of type CachedResponse | |
void |
CacheImpl.store(Serializable key,
CachedResponse response)
Store a cached response |
void |
EventAwareCacheImpl.store(Serializable key,
CachedResponse response)
When a new Pipeline key is stored, it needs to be have its SourceValidity objects examined. |
Uses of CachedResponse in org.apache.cocoon.components.pipeline.impl |
Fields in org.apache.cocoon.components.pipeline.impl declared as CachedResponse | |
protected CachedResponse |
ExpiresCachingProcessingPipeline.cachedResponse
The cached response |
Uses of CachedResponse in org.apache.cocoon.components.source.impl |
Subclasses of CachedResponse in org.apache.cocoon.components.source.impl | |
class |
CachedSourceResponse
Cached response for caching Source contents and extra meta information. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |