public class AppngCache extends CacheElementBase
contentLength, contentType, queryString, responseType, servletPath
Constructor and Description |
---|
AppngCache(Object key,
Site site,
net.sf.ehcache.constructs.web.PageInfo ehcachePageInfo,
net.sf.ehcache.Element element) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedOrUpdated() |
Date |
getCreationTime() |
String |
getDomain() |
Date |
getExpirationTime() |
long |
getHitCount() |
String |
getId() |
Date |
getLastAccessedTime() |
Date |
getLastUpdateTime() |
String |
getSite() |
int |
getTimeToIdle() |
int |
getTimeToLive() |
String |
toString() |
getContentLength, getContentType, getQueryString, getResponseType, getServletPath
public AppngCache(Object key, Site site, net.sf.ehcache.constructs.web.PageInfo ehcachePageInfo, net.sf.ehcache.Element element) throws IOException
IOException
public String getId()
public String getSite()
public long getHitCount()
public Date getCreationTime()
public Date getLastAccessedTime()
public Date getLastUpdateTime()
public Date getCreatedOrUpdated()
public Date getExpirationTime()
public int getTimeToLive()
public int getTimeToIdle()
public String getDomain()
Copyright © 2011–2017 aiticon GmbH. All rights reserved.