org.apache.cocoon.pipeline.caching
Class CompoundCacheKey

java.lang.Object
  extended by org.apache.cocoon.pipeline.caching.AbstractCacheKey
      extended by org.apache.cocoon.pipeline.caching.CompoundCacheKey
All Implemented Interfaces:
Serializable, CacheKey

public class CompoundCacheKey
extends AbstractCacheKey

See Also:
Serialized Form

Constructor Summary
CompoundCacheKey()
           
 
Method Summary
 void addCacheKey(CacheKey cacheKey)
           
 boolean equals(Object obj)
           
 long getLastModified()
           
 int hashCode()
           
 boolean isValid(CacheKey cacheKey)
          
 String toString()
           
 
Methods inherited from class org.apache.cocoon.pipeline.caching.AbstractCacheKey
getJmxGroupName, hasJmxGroupName, setJmxGroupName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompoundCacheKey

public CompoundCacheKey()
Method Detail

addCacheKey

public void addCacheKey(CacheKey cacheKey)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isValid

public boolean isValid(CacheKey cacheKey)

See Also:
CacheKey.isValid(org.apache.cocoon.pipeline.caching.CacheKey)

getLastModified

public long getLastModified()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.