com.xpn.xwiki.render
Class XWikiRenderingCache

java.lang.Object
  extended by com.xpn.xwiki.render.XWikiRenderingCache

public class XWikiRenderingCache
extends Object


Constructor Summary
XWikiRenderingCache(String key, String content, int cacheDuration, Date date)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiRenderingCache

public XWikiRenderingCache(String key,
                           String content,
                           int cacheDuration,
                           Date date)
Method Detail

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-2013 XWiki. All Rights Reserved.