org.apache.cocoon.pipeline.caching
Class AbstractCacheValue

java.lang.Object
  extended by 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

Constructor Summary
protected AbstractCacheValue(CacheKey cacheKey)
           
 
Method Summary
protected  CacheKey getCacheKey()
           
 boolean isValid(CacheKey otherCacheKey)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.pipeline.caching.CacheValue
getValue, setValue, size, writeTo
 

Constructor Detail

AbstractCacheValue

protected AbstractCacheValue(CacheKey cacheKey)
Method Detail

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.