CacheConfig
data class CacheConfig(val enable: Boolean = true, val transmitCacheConfig: TransmitCacheConfig? = null, val dynamicCacheConfig: DynamicCacheConfig? = null)(source)
缓存相关配置。
Constructors
Link copied to clipboard
constructor(enable: Boolean = true, transmitCacheConfig: TransmitCacheConfig? = null, dynamicCacheConfig: DynamicCacheConfig? = null)