public class CacheKey extends AbstractModel
Constructor and Description |
---|
CacheKey() |
CacheKey(CacheKey source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getFullUrlCache()
Get Whether to enable full-path cache.
|
String |
getIgnoreCase()
Get Whether to ignore case in the cache key.
|
QueryString |
getQueryString()
Get Request parameter contained in `CacheKey`
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFullUrlCache(String FullUrlCache)
Set Whether to enable full-path cache.
|
void |
setIgnoreCase(String IgnoreCase)
Set Whether to ignore case in the cache key.
|
void |
setQueryString(QueryString QueryString)
Set Request parameter contained in `CacheKey`
Note: This field may return null, indicating that no valid values can be obtained.
|
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 CacheKey()
public CacheKey(CacheKey source)
public String getFullUrlCache()
public void setFullUrlCache(String FullUrlCache)
FullUrlCache
- Whether to enable full-path cache. Values:
public String getIgnoreCase()
public void setIgnoreCase(String IgnoreCase)
IgnoreCase
- Whether to ignore case in the cache key. Values:
public QueryString getQueryString()
public void setQueryString(QueryString QueryString)
QueryString
- Request parameter contained in `CacheKey`
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.