Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StorageContextEntityMap<V>

Represents a collection of StorageContextEntity instances of the same value type.

Type parameters

  • V

Hierarchy

  • StorageContextEntityMap

Index

Constructors

constructor

Properties

Readonly content

content: Map<string, StorageContextEntity<V>> = ...

Readonly context

Readonly sharedOptions

sharedOptions: StorageContextEntityOptions<V> = ...

Methods

entries

getEntity

reloadAllValues

  • reloadAllValues(): Promise<V[]>

toSerializedArray

Generated using TypeDoc