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 $Id: PipelineCacheKey.java,v 1.5.2.2 2002/08/08 02:55:22 vgritsenko Exp $
Author:
Carsten Ziegeler

Constructor Summary
PipelineCacheKey()
           
 
Method Summary
 void addKey(ComponentCacheKey key)
           
 void addKey(PipelineCacheKey key)
           
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipelineCacheKey

public PipelineCacheKey()
Method Detail

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-2002 Apache Software Foundation. All Rights Reserved.