Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » caching » [javadoc | source]
org.apache.cocoon.caching
public final class: DeltaTimeCacheValidity [javadoc | source]
java.lang.Object
   org.apache.cocoon.caching.DeltaTimeCacheValidity

All Implemented Interfaces:
    CacheValidity

Deprecated! Use - the Avalon Excalibur SourceValidity implementations instead

A validation object that remains valid for a specified amount of time.
Constructor:
 public DeltaTimeCacheValidity(long minutes) 
 public DeltaTimeCacheValidity(long minutes,
    long seconds) 
 public DeltaTimeCacheValidity(long minutes,
    long seconds,
    long milliseconds) 
Method from org.apache.cocoon.caching.DeltaTimeCacheValidity Summary:
getCachedDateTime,   isValid,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.caching.DeltaTimeCacheValidity Detail:
 public long getCachedDateTime() 
      Deprecated!
 public boolean isValid(CacheValidity validity) 
      Deprecated!
 public String toString() 
      Deprecated!