public class CacheKey extends AbstractModel
Constructor and Description |
---|
CacheKey() |
Modifier and Type | Method and Description |
---|---|
String |
getFullUrlCache()
Get 是否开启全路径缓存
on:开启全路径缓存(即关闭参数过滤)
off:关闭全路径缓存(即开启参数过滤)
|
void |
setFullUrlCache(String FullUrlCache)
Set 是否开启全路径缓存
on:开启全路径缓存(即关闭参数过滤)
off:关闭全路径缓存(即开启参数过滤)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getFullUrlCache()
public void setFullUrlCache(String FullUrlCache)
FullUrlCache
- 是否开启全路径缓存
on:开启全路径缓存(即关闭参数过滤)
off:关闭全路径缓存(即开启参数过滤)Copyright © 2020. All rights reserved.