|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.caching.IdentifierCacheKey
public class 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 String |
cacheKey
cache key |
protected boolean |
external
Is this an external pipeline call? |
protected String |
key
The key |
protected String |
toString
cache toString() |
| Constructor Summary | |
|---|---|
IdentifierCacheKey(String key,
boolean external)
Constructor |
|
| 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 final String cacheKey
protected String toString
| Constructor Detail |
|---|
public IdentifierCacheKey(String key,
boolean external)
| Method Detail |
|---|
public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic String getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||