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
功能描述: 写明作用,调用方式,使用场景,以及特殊情况


构造方法摘要
CacheMapping(String patternStr, String paramNames, Long timeToLived)
           
 
方法摘要
 String getCacheKey(String accessPath, WebContext webContext)
           
 String getParamNames()
           
 Pattern getPattern()
           
 String getPatternStr()
           
 Long getTimeToLived()
           
 boolean matches(String accessPath)
           
 void setParamNames(String paramNames)
           
 void setPattern(Pattern pattern)
           
 void setPatternStr(String patternStr)
           
 void setTimeToLived(Long timeToLived)
           
 
从类 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.