| java.lang.Object org.apache.cocoon.caching.ComponentCacheKey
ComponentCacheKey | final public class ComponentCacheKey implements Serializable(Code) | | This is the cache key for one sitemap component.
It consists of three parts:
a.) The component type (generator, transformer etc.)
b.) The component identifier - a unique handle for the sitemap
component
c.) The cache key - a key, generated by the component, which
is unique inside the components space.
author: Carsten Ziegeler version: CVS $Id: ComponentCacheKey.java 433543 2006-08-22 06:22:54Z crossley $ |
ComponentType_Generator | final public static int ComponentType_Generator(Code) | | |
ComponentType_Reader | final public static int ComponentType_Reader(Code) | | |
ComponentType_Serializer | final public static int ComponentType_Serializer(Code) | | |
ComponentType_Transformer | final public static int ComponentType_Transformer(Code) | | |
ComponentCacheKey | public ComponentCacheKey(int componentType, String componentIdentifier, Serializable cacheKey)(Code) | | Constructor
|
ComponentCacheKey | public ComponentCacheKey(int componentType, String componentIdentifier, Serializable cacheKey, boolean cachePoint)(Code) | | alternate cachepoint Constructor
|
hashCode | public int hashCode()(Code) | | HashCode
|
isCachePoint | public boolean isCachePoint()(Code) | | Check if we are a cachepoint
|
toString | public String toString()(Code) | | toString
The FilesystemStore uses toString!
|
|
|