Options
All
  • Public
  • Public/Protected
  • All
Menu

Simple interface for a string-keyed cache

Type parameters

  • T

Hierarchy

  • SimpleCache

Implemented by

Index

Properties

Methods

Properties

stats

stats: CacheStats

Methods

evict

  • evict(key: string): void

get

  • get(key: string): T

put

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

Generated using TypeDoc