|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.pipeline.caching.AbstractCacheKey org.apache.cocoon.pipeline.caching.TimestampCacheKey
public class TimestampCacheKey
Constructor Summary | |
---|---|
TimestampCacheKey(URL url,
long timestamp)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
long |
getLastModified()
|
long |
getTimestamp()
|
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 |
---|
public TimestampCacheKey(URL url, long timestamp)
Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public long getTimestamp()
public long getLastModified()
public int hashCode()
hashCode
in class Object
public boolean isValid(CacheKey cacheKey)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |