|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.caching.PipelineCacheKey
public final class PipelineCacheKey
This is the cache key for one pipeline (or the first part of a pipeline).
It consists of one or more ComponentCacheKey
s.
Constructor Summary | |
---|---|
PipelineCacheKey()
Constructor |
|
PipelineCacheKey(int size)
Constructor |
Method Summary | |
---|---|
void |
addKey(ComponentCacheKey key)
Add a key |
PipelineCacheKey |
copy()
Clone the object (but not the component keys) |
boolean |
equals(Object object)
Compare |
int |
hashCode()
Generate a hash code |
void |
removeLastKey()
Remove the last key |
void |
removeUntilCachePoint()
Remove unitl cachepoint (including cachePoint) |
int |
size()
Return the number of keys |
String |
toString()
toString The FilesystemStore uses toString! |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PipelineCacheKey()
public PipelineCacheKey(int size)
Method Detail |
---|
public void addKey(ComponentCacheKey key)
public void removeLastKey()
public void removeUntilCachePoint()
public int size()
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
public PipelineCacheKey copy()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |