|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cocoon.caching.ComponentCacheKey
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.
| Field Summary | |
static int |
ComponentType_Generator
|
static int |
ComponentType_Reader
|
static int |
ComponentType_Serializer
|
static int |
ComponentType_Transformer
|
| Constructor Summary | |
ComponentCacheKey(int componentType,
String componentIdentifier,
Serializable cacheKey)
Constructor |
|
ComponentCacheKey(int componentType,
String componentIdentifier,
Serializable cacheKey,
boolean cachePoint)
alternate cachepoint Constructor |
|
| Method Summary | |
boolean |
equals(Object object)
Compare |
int |
hashCode()
HashCode |
boolean |
isCachePoint()
Check if we are a cachepoint |
String |
toString()
toString The FilesystemStore uses toString! |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ComponentType_Generator
public static final int ComponentType_Transformer
public static final int ComponentType_Serializer
public static final int ComponentType_Reader
| Constructor Detail |
public ComponentCacheKey(int componentType,
String componentIdentifier,
Serializable cacheKey)
public ComponentCacheKey(int componentType,
String componentIdentifier,
Serializable cacheKey,
boolean cachePoint)
| Method Detail |
public boolean equals(Object object)
public int hashCode()
public String toString()
public boolean isCachePoint()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||