org.apache.cocoon.pipeline.caching
Class AbstractCacheValue
java.lang.Object
org.apache.cocoon.pipeline.caching.AbstractCacheValue
- All Implemented Interfaces:
- Serializable, CacheValue
- Direct Known Subclasses:
- CompleteCacheValue, ObjectCacheValue
public abstract class AbstractCacheValue
- extends Object
- implements CacheValue
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCacheValue
protected AbstractCacheValue(CacheKey cacheKey)
isValid
public boolean isValid(CacheKey otherCacheKey)
-
- Specified by:
isValid
in interface CacheValue
- See Also:
CacheValue.isValid(org.apache.cocoon.pipeline.caching.CacheKey)
getCacheKey
protected CacheKey getCacheKey()
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.