org.apache.cocoon.pipeline.caching
Class SimpleCacheKey

java.lang.Object
  extended by org.apache.cocoon.pipeline.caching.SimpleCacheKey
All Implemented Interfaces:
CacheKey

public class SimpleCacheKey
extends Object
implements CacheKey


Constructor Summary
SimpleCacheKey()
           
 
Method Summary
 boolean equals(Object obj)
           
 long getLastModifed()
           
 int hashCode()
           
 boolean isValid(CacheKey cacheKey)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleCacheKey

public SimpleCacheKey()
Method Detail

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)
Specified by:
isValid in interface CacheKey

getLastModifed

public long getLastModifed()
Specified by:
getLastModifed in interface CacheKey

toString

public String toString()
Overrides:
toString in class Object


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