| |
|
| java.lang.Object org.apache.cocoon.caching.PipelineCacheKey
PipelineCacheKey | final public class PipelineCacheKey implements Serializable(Code) | | This is the cache key for one pipeline (or the first part of a pipeline).
It consists of one or more
ComponentCacheKey s.
author: Carsten Ziegeler version: CVS $Id: PipelineCacheKey.java 433543 2006-08-22 06:22:54Z crossley $ |
PipelineCacheKey | public PipelineCacheKey()(Code) | | Constructor
|
PipelineCacheKey | public PipelineCacheKey(int size)(Code) | | Constructor
|
hashCode | public int hashCode()(Code) | | Generate a hash code
|
removeLastKey | public void removeLastKey()(Code) | | Remove the last key
|
removeUntilCachePoint | public void removeUntilCachePoint()(Code) | | Remove unitl cachepoint (including cachePoint)
|
size | public int size()(Code) | | Return the number of keys
|
toString | public String toString()(Code) | | toString
The FilesystemStore uses toString!
|
|
|
|