public class CacheKey extends AbstractModel
| Constructor and Description |
|---|
CacheKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaseSensitive()
Get 缓存是否忽略大小写
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFullUrlCache()
Get 是否开启全路径缓存
on:开启全路径缓存(即关闭参数过滤)
off:关闭全路径缓存(即开启参数过滤)
|
void |
setCaseSensitive(String CaseSensitive)
Set 缓存是否忽略大小写
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic String getFullUrlCache()
public void setFullUrlCache(String FullUrlCache)
FullUrlCache - 是否开启全路径缓存
on:开启全路径缓存(即关闭参数过滤)
off:关闭全路径缓存(即开启参数过滤)public String getCaseSensitive()
public void setCaseSensitive(String CaseSensitive)
CaseSensitive - 缓存是否忽略大小写
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.