Class: MapStorage

MapStorage

Implementation of the Storage interface that relies on the native Map for storage.


new MapStorage()

Initializes the map storage.

Members


<protected> _storage :Map.<string, *>

The internal storage of entries.

Type:
  • Map.<string, *>

Methods


clear()


delete()


get()


has()


init()


keys()


set()


size()