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.
|
void |
setFullUrlCache(String FullUrlCache)
Set Whether to enable full path cache.
|
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. Valid values: on, off.Copyright © 2023. All rights reserved.