com.servingxml.components.cache
Class CacheExpiry
java.lang.Object
com.servingxml.components.cache.CacheExpiry
public class CacheExpiry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IMMEDIATE_EXPIRY
public static final CacheExpiry IMMEDIATE_EXPIRY
NEVER_EXPIRES
public static final CacheExpiry NEVER_EXPIRES
CacheExpiry
public CacheExpiry(long delay,
boolean changed)
CacheExpiry
public CacheExpiry()
getInterval
public final long getInterval()
whenChanged
public final boolean whenChanged()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object