com.jalios.jcms
Class CacheManager.CacheEntry

java.lang.Object
  extended by com.jalios.jcms.CacheManager.CacheEntry
Enclosing class:
CacheManager

public class CacheManager.CacheEntry
extends Object


Constructor Summary
CacheManager.CacheEntry(String id, boolean sessionScope, String sessionId, String content, Class<?>[] classes, long timeout, Map<?,?> extraInfoMap)
           
 
Method Summary
 void clearContent()
           
 Class<?>[] getClasses()
          Get the value of classes.
 String getContent()
          Get the value of content.
 Date getDate()
          Get the value of date.
 Map<?,?> getExtraInfoMap()
          Get the value of extraInfoMap.
 String getId()
          Get the value of id.
 boolean getSessionScope()
          Get the value of sessionScope.
 long getTimeout()
          Get the value of timeout.
 void storeContent(String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheManager.CacheEntry

public CacheManager.CacheEntry(String id,
                               boolean sessionScope,
                               String sessionId,
                               String content,
                               Class<?>[] classes,
                               long timeout,
                               Map<?,?> extraInfoMap)
Method Detail

storeContent

public void storeContent(String content)

clearContent

public void clearContent()

getId

public String getId()
Get the value of id.

Returns:
Value of id.

getSessionScope

public boolean getSessionScope()
Get the value of sessionScope.

Returns:
Value of sessionScope.

getContent

public String getContent()
Get the value of content.

Returns:
Value of content.

getClasses

public Class<?>[] getClasses()
Get the value of classes.

Returns:
Value of classes.

getDate

public Date getDate()
Get the value of date.

Returns:
Value of date.

getTimeout

public long getTimeout()
Get the value of timeout.

Returns:
Value of timeout.

getExtraInfoMap

public Map<?,?> getExtraInfoMap()
Get the value of extraInfoMap.

Returns:
Value of extraInfoMap.


Copyright © 2001-2007 Jalios SA. All Rights Reserved.