org.apache.cocoon.caching
Class PipelineCacheKey
java.lang.Object
|
+--org.apache.cocoon.caching.PipelineCacheKey
- public final class PipelineCacheKey
- extends java.lang.Object
This is the cache key for one pipeline. It consists of one
or more ComponentCacheKey
objects.
- Version:
- CVS $Revision: 1.2.2.3 $ $Date: 2001/10/11 08:56:05 $
- Author:
- Carsten Ziegeler
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PipelineCacheKey
public PipelineCacheKey()
addKey
public void addKey(ComponentCacheKey key)
addKey
public void addKey(PipelineCacheKey key)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.