org.tinygroup.weblayer.webcontext.cache
类 CacheMapping
java.lang.Object
org.tinygroup.weblayer.webcontext.cache.CacheMapping
public class CacheMapping
- extends Object
功能说明:缓存映射信息对象
系统版本: v1.0
开发人员: renhui
开发时间: 2013-8-23
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheMapping
public CacheMapping(String patternStr,
String paramNames,
Long timeToLived)
getCacheKey
public String getCacheKey(String accessPath,
WebContext webContext)
matches
public boolean matches(String accessPath)
getPatternStr
public String getPatternStr()
setPatternStr
public void setPatternStr(String patternStr)
getParamNames
public String getParamNames()
setParamNames
public void setParamNames(String paramNames)
getTimeToLived
public Long getTimeToLived()
setTimeToLived
public void setTimeToLived(Long timeToLived)
getPattern
public Pattern getPattern()
setPattern
public void setPattern(Pattern pattern)
Copyright © 2006–2014 开源组织. All rights reserved.