CachingConfig

The caching configuration for a resolver that has caching activated.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The caching keys for a resolver that has caching activated.

Link copied to clipboard
val ttl: Long

The TTL in seconds for a resolver that has caching activated.

Functions

Link copied to clipboard
inline fun copy(block: CachingConfig.Builder.() -> Unit = {}): CachingConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String