org.apache.cocoon.pipeline.caching
Class TimestampCacheKey
java.lang.Object
org.apache.cocoon.pipeline.caching.AbstractCacheKey
org.apache.cocoon.pipeline.caching.TimestampCacheKey
- All Implemented Interfaces:
- Serializable, CacheKey
public class TimestampCacheKey
- extends AbstractCacheKey
- See Also:
- Serialized Form
TimestampCacheKey
public TimestampCacheKey(URL url,
long timestamp)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
getTimestamp
public long getTimestamp()
getLastModified
public long getLastModified()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
isValid
public boolean isValid(CacheKey cacheKey)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.