| |
|
| java.lang.Object org.apache.cocoon.caching.IdentifierCacheKey
IdentifierCacheKey | public class IdentifierCacheKey implements Serializable(Code) | | 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.
author: Carsten Ziegeler version: CVS $Id: IdentifierCacheKey.java 433543 2006-08-22 06:22:54Z crossley $ since: 2.1.1 |
external | final protected boolean external(Code) | | Is this an external pipeline call?
|
IdentifierCacheKey | public IdentifierCacheKey(String key, boolean external)(Code) | | Constructor
|
hashCode | public int hashCode()(Code) | | Generate a hash code
|
toString | public String toString()(Code) | | toString
The FilesystemStore uses toString!
|
|
|
|