public class CacheInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CacheInfo() | 
| CacheInfo(CacheInfo 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 | 
|---|---|
| Long | getCacheClearDelay()Get 缓存清理时间(小时)。 | 
| Boolean | getCacheCleared()Get 缓存是否已被清理。 | 
| String | getCacheClearTime()Get 缓存清理计划时间。 | 
| void | setCacheClearDelay(Long CacheClearDelay)Set 缓存清理时间(小时)。 | 
| void | setCacheCleared(Boolean CacheCleared)Set 缓存是否已被清理。 | 
| void | setCacheClearTime(String CacheClearTime)Set 缓存清理计划时间。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CacheInfo()
public CacheInfo(CacheInfo source)
public Long getCacheClearDelay()
public void setCacheClearDelay(Long CacheClearDelay)
CacheClearDelay - 缓存清理时间(小时)。public String getCacheClearTime()
public void setCacheClearTime(String CacheClearTime)
CacheClearTime - 缓存清理计划时间。public Boolean getCacheCleared()
public void setCacheCleared(Boolean CacheCleared)
CacheCleared - 缓存是否已被清理。Copyright © 2025. All rights reserved.