org.apache.jcs.admin.servlet
Class JCSAdminServlet.CacheElementInfo
java.lang.Object
org.apache.jcs.admin.servlet.JCSAdminServlet.CacheElementInfo
- Enclosing class:
- JCSAdminServlet
- public class JCSAdminServlet.CacheElementInfo
- extends java.lang.Object
Stores info on a cache element for the template
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
java.lang.String key
eternal
boolean eternal
createTime
java.lang.String createTime
maxLifeSeconds
long maxLifeSeconds
expiresInSeconds
long expiresInSeconds
JCSAdminServlet.CacheElementInfo
public JCSAdminServlet.CacheElementInfo()
getKey
public java.lang.String getKey()
isEternal
public boolean isEternal()
getCreateTime
public java.lang.String getCreateTime()
getMaxLifeSeconds
public long getMaxLifeSeconds()
getExpiresInSeconds
public long getExpiresInSeconds()