|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.caching.IncludeCacheValidity
public final class IncludeCacheValidity
A validation object used in CachingCIncludeTransformer
Constructor Summary | |
---|---|
IncludeCacheValidity(SourceResolver resolver)
Deprecated. |
Method Summary | |
---|---|
void |
add(String source,
long timeStamp)
Deprecated. |
boolean |
isNew()
Deprecated. |
boolean |
isValid(CacheValidity validity)
Deprecated. Check if the component is still valid. |
void |
setIsNew2False()
Deprecated. |
String |
toString()
Deprecated. Creates text represenation of the validity object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IncludeCacheValidity(SourceResolver resolver)
Method Detail |
---|
public boolean isNew()
public void setIsNew2False()
public void add(String source, long timeStamp)
public boolean isValid(CacheValidity validity)
CacheValidity
isValid
in interface CacheValidity
public String toString()
CacheValidity
Due to changes in source API, this method is no longer needed, starting with Cocoon 2.1.
toString
in interface CacheValidity
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |