Klasse GatewayCacheConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GatewayCacheConfig
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GatewayCacheConfig
extends Object
GatewayCacheConfig
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungGatewayCacheConfig(Boolean autoScale, String cacheName, Integer cacheSizeInPercent, CacheableType cacheableType, Boolean collectStatistics, Integer recordCount) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanSpecifies whether to auto scale caching dynamicallySpecifies the caching size in percentageSpecifies whether to collect statistics for the cachinginthashCode()voidsetAutoScale(Boolean autoScale) Specifies whether to auto scale caching dynamicallyvoidsetCacheableType(CacheableType cacheableType) voidsetCacheName(String cacheName) voidsetCacheSizeInPercent(Integer cacheSizeInPercent) Specifies the caching size in percentagevoidsetCollectStatistics(Boolean collectStatistics) Specifies whether to collect statistics for the cachingvoidsetRecordCount(Integer recordCount) toString()
-
Konstruktordetails
-
GatewayCacheConfig
-
GatewayCacheConfig
public GatewayCacheConfig()
-
-
Methodendetails
-
getAutoScale
Specifies whether to auto scale caching dynamically -
getCacheName
-
getCacheSizeInPercent
Specifies the caching size in percentage -
getCacheableType
-
getCollectStatistics
Specifies whether to collect statistics for the caching -
getRecordCount
-
setAutoScale
Specifies whether to auto scale caching dynamically -
setCacheName
-
setCacheSizeInPercent
Specifies the caching size in percentage -
setCacheableType
-
setCollectStatistics
Specifies whether to collect statistics for the caching -
setRecordCount
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-