Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICacheEntry<T>

Type parameters

  • T

Hierarchy

  • ICacheEntry

Index

Properties

Properties

key

key: string

Cache Key, must be unique

Optional ttlSeconds

ttlSeconds: CacheSeconds<T>

Time to Live in seconds, after given ttl object will be removed from cache

Optional value

value: Promise<any>

Cached value

Generated using TypeDoc