Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CachingConfig

The caching configuration for a resolver that has caching activated.

Index

Properties

Properties

Optional cachingKeys

cachingKeys: string[]

The caching keys for a resolver that has caching activated.

Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.

Optional ttl

ttl: undefined | number

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

Valid values are 1–3,600 seconds.