Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RamStorage

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

hash

hash: object

Type declaration

Methods

create

  • create(k: string, v: any): Promise<void>

get

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

remove

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

set

  • set(k: string, v: any): Promise<void>