ApiCache

class ApiCache

The ApiCache object.

Types

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

Properties

Link copied to clipboard

Caching behavior.

Link copied to clipboard

At-rest encryption flag for cache. You cannot update this setting after creation.

Link copied to clipboard

Controls how cache health metrics will be emitted to CloudWatch. Cache health metrics include:

Link copied to clipboard

The cache instance status.

Link copied to clipboard

Transit encryption flag when connecting to cache. You cannot update this setting after creation.

Link copied to clipboard
val ttl: Long

TTL in seconds for cache entries.

Link copied to clipboard

The cache instance type. Valid values are

Functions

Link copied to clipboard
inline fun copy(block: ApiCache.Builder.() -> Unit = {}): ApiCache
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