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
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- 另请参见:
- 序列化表格
| 从类 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.