org.apache.cocoon.pipeline.caching
Class InvalidCacheKey

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

public class InvalidCacheKey
extends AbstractCacheKey

See Also:
Serialized Form

Constructor Summary
InvalidCacheKey(Serializable expiresCacheKey)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getLastModified()
           
 int hashCode()
           
 boolean isValid(CacheKey cacheKey)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

InvalidCacheKey

public InvalidCacheKey(Serializable expiresCacheKey)
Method Detail

equals

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

getLastModified

public long getLastModified()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isValid

public boolean isValid(CacheKey cacheKey)


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