Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InMemoryCache

Implements

Index

Properties

Private cache

cache: object

Type declaration

Methods

get

  • get(key: string): Promise<any>

getAll

  • getAll(): Promise<any[]>

getBatch

  • getBatch(keys: string[]): Promise<any[]>

getBatchMap

  • getBatchMap(keys: string[]): Promise<Map<string, any>>

remove

  • remove(key: string): Promise<void>

reset

  • reset(): Promise<void>

set

  • set(key: string, value: any): Promise<void>

Generated using TypeDoc