Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CacheStoreSetOptions<T>

Type parameters

  • T

Hierarchy

  • CacheStoreSetOptions

Index

Properties

Properties

Optional ttl

ttl: ((value: T) => number) | number

Time to live - amount of time in seconds that a response is cached before it is deleted. Defaults based on your cache manager settings.

Generated using TypeDoc