Interface: CacheInvalidateConfig
types/src.YamlConfig.CacheInvalidateConfig
Invalidation rules
Table of contents
Properties
Properties
effectingOperations
• Optional
effectingOperations: CacheEffectingOperationConfig
[]
Invalidate the cache when a specific operation is done without an error
Defined in
packages/types/src/config.ts:1253
ttl
• Optional
ttl: number
Specified in seconds, the time-to-live (TTL) value limits the lifespan
Defined in
packages/types/src/config.ts:1257