org.tinygroup.weblayer.webcontext.cache
类 PageCacheObject

java.lang.Object
  继承者 org.tinygroup.weblayer.webcontext.cache.PageCacheObject
所有已实现的接口:
Serializable

public class PageCacheObject
extends Object
implements Serializable

功能说明: 页面缓存对象

系统版本: v1.0
开发人员: renhui
开发时间: 2013-8-23
功能描述: 写明作用,调用方式,使用场景,以及特殊情况

另请参见:
序列化表格

构造方法摘要
PageCacheObject(String content, Long timeToLived)
           
 
方法摘要
 String getContent()
           
 Long getTimeToLived()
           
 void setContent(String content)
           
 void setTimeToLived(Long timeToLived)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PageCacheObject

public PageCacheObject(String content,
                       Long timeToLived)
方法详细信息

getContent

public String getContent()

setContent

public void setContent(String content)

getTimeToLived

public Long getTimeToLived()

setTimeToLived

public void setTimeToLived(Long timeToLived)


Copyright © 2006–2014 开源组织. All rights reserved.