Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CacheBin

Hierarchy

  • CacheBin

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly name

name: string

Readonly store

Methods

get

  • get(key: string, bin: string, options?: ICacheGetOptions): Promise<any>

set

  • set(key: string, value: any, bin: string, options?: ICacheSetOptions): Promise<any>

Generated using TypeDoc