Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the Map implementation used for in-memory Node storage

Hierarchy

Index

Properties

EVENT_WATCH

EVENT_WATCH: IEvent<IWatchEvent> = event<IWatchEvent>()

Event that dispatches whenever there is a creation / update in the in-memory storage

Readonly size

size: number

Methods

clear

  • clear(): void
  • Returns void

clone

delete

  • delete(key: string): boolean

entries

forEach

get

has

  • has(key: string): boolean
  • Parameters

    • key: string

    Returns boolean

put

  • put(key: string, value: Omit<IMemoryNode, "path">): this

set

update

  • update(key: string, value: Partial<IMemoryNode>): this

values

Legend

  • Variable
  • Function
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Generated using TypeDoc