|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentCacheKey | |
---|---|
org.apache.cocoon.caching | |
org.apache.cocoon.components.pipeline.impl |
Uses of ComponentCacheKey in org.apache.cocoon.caching |
---|
Methods in org.apache.cocoon.caching with parameters of type ComponentCacheKey | |
---|---|
void |
PipelineCacheKey.addKey(ComponentCacheKey key)
Add a key |
CacheValidity |
CachedStreamObject.getCacheValidity(ComponentCacheKey componentKey)
Deprecated. Get the validity object |
CacheValidity |
CachedEventObject.getCacheValidity(ComponentCacheKey componentKey)
Deprecated. Get the validity object |
boolean |
CachedStreamObject.isValid(ComponentCacheKey componentKey,
CacheValidity componentValidity)
Deprecated. Checks if the CacheValidity object is still valid. |
boolean |
CachedEventObject.isValid(ComponentCacheKey componentKey,
CacheValidity componentValidity)
Deprecated. Checks if the CacheValidity object is still valid. |
Uses of ComponentCacheKey in org.apache.cocoon.components.pipeline.impl |
---|
Methods in org.apache.cocoon.components.pipeline.impl that return ComponentCacheKey | |
---|---|
protected ComponentCacheKey |
CachingPointProcessingPipeline.newComponentCacheKey(int type,
String role,
Serializable key)
Create a new ComponentCachekey ComponentCacheKeys can be flagged as cachepoints |
protected ComponentCacheKey |
CachingProcessingPipeline.newComponentCacheKey(int type,
String role,
Serializable key)
Create a new cache key |
protected abstract ComponentCacheKey |
AbstractCachingProcessingPipeline.newComponentCacheKey(int type,
String role,
Serializable key)
Abstract method defined in subclasses |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |