org.tinygroup.weblayer.webcontext.cache
接口 CacheMatcher


public interface CacheMatcher

功能说明:缓存匹配器

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


方法摘要
 String getCacheKey(String accessPath)
          根据访问路径获取存入缓存的key
 boolean isMatch(String accessPath, WebContext webContext)
          访问路径是否匹配
 

方法详细信息

isMatch

boolean isMatch(String accessPath,
                WebContext webContext)
访问路径是否匹配

参数:
accessPath -
webContext -
返回:

getCacheKey

String getCacheKey(String accessPath)
根据访问路径获取存入缓存的key

参数:
accessPath -
返回:


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