Interface ICacheItem

Hierarchy

  • ICacheItem

Properties

Properties

content: any
meta: {
    createdAt: number;
    ttl: number;
}

Type declaration

  • createdAt: number
  • ttl: number

Generated using TypeDoc