Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Cache<T>

Type parameters

  • T

Hierarchy

  • Cache

Implemented by

Index

Methods

Methods

has

  • has(key: string): boolean

read

  • read(key: string): T | undefined

write

  • write(key: string, value: T): void

Generated using TypeDoc