com.xpn.xwiki.render
Class XWikiRenderingCache
java.lang.Object
com.xpn.xwiki.render.XWikiRenderingCache
public class XWikiRenderingCache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWikiRenderingCache
public XWikiRenderingCache(String key,
String content,
int cacheDuration,
Date date)
getKey
public String getKey()
setKey
public void setKey(String key)
getContent
public String getContent()
setContent
public void setContent(String content)
getCacheDuration
public int getCacheDuration()
setCacheDuration
public void setCacheDuration(int cacheDuration)
getDate
public Date getDate()
setDate
public void setDate(Date date)
isValid
public boolean isValid()
Copyright © 2004–2014 XWiki. All rights reserved.