public class XWikiRenderingCache extends Object
Constructor and Description |
---|
XWikiRenderingCache(String key,
String content,
int cacheDuration,
Date date) |
Modifier and Type | Method and Description |
---|---|
int |
getCacheDuration() |
String |
getContent() |
Date |
getDate() |
String |
getKey() |
boolean |
isValid() |
void |
setCacheDuration(int cacheDuration) |
void |
setContent(String content) |
void |
setDate(Date date) |
void |
setKey(String key) |
public String getKey()
public void setKey(String key)
public String getContent()
public void setContent(String content)
public int getCacheDuration()
public void setCacheDuration(int cacheDuration)
public Date getDate()
public void setDate(Date date)
public boolean isValid()
Copyright © 2004–2014 XWiki. All rights reserved.