Class MemoryKeyValueStorage

Index

Constructor methods

Methods

Constructor methods

constructor(): MemoryKeyValueStorage

Returns

MemoryKeyValueStorage

Methods

public getItem(key: string): any

Parameters

  • key: string

Returns

any

public removeItem(key: string)

Parameters

  • key: string

public setItem(key: string, value: any)

Parameters

  • key: string
  • value: any