Type Alias SetCacheArguments<T>

SetCacheArguments: { key: string; ttl?: number; value: T }

Type Parameters

  • T

Type declaration

  • key: string
  • Optionalttl?: number
  • value: T