Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CacheStore

Interface defining a cache store. Implement this interface to create a custom cache store.

publicapi

Hierarchy

  • CacheStore

Index

Methods

Methods

del

  • del(key: string): void | Promise<void>

get

  • get<T>(key: string): Promise<T | undefined> | T | undefined

set

Generated using TypeDoc