|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cocoon.caching.IdentifierCacheKey
This is a "simple" cache key that does not consider the components used in the pipeline. It simply consists of a key (unique identifier for the request) and a boolean value that defines if the key is for a complete pipeline call or for an internal pipeline call.
| Field Summary | |
protected boolean |
external
True if this is an external pipeline call. |
protected String |
key
The key. |
protected String |
toString
Caches toString() value. |
| Constructor Summary | |
IdentifierCacheKey(String key,
boolean external)
|
|
| Method Summary | |
boolean |
equals(Object object)
Compare |
String |
getKey()
The cache key |
int |
hashCode()
Generate a hash code |
String |
toString()
toString The FilesystemStore uses toString! |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected final String key
protected final boolean external
protected transient String toString
| Constructor Detail |
public IdentifierCacheKey(String key,
boolean external)
key - Not null key valueexternal - True if key represents external pipeline call| Method Detail |
public String getKey()
public boolean equals(Object object)
public int hashCode()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||