MapStorage
Implementation of the Storage
interface that relies on the
native Map
for storage.
Kind: global class
new MapStorage()
Initializes the map storage.
mapStorage._storage : Map.<string, \*>
The internal storage of entries.
Kind: instance property of MapStorage
Access: protected
mapStorage.init()
Kind: instance method of MapStorage
mapStorage.has()
Kind: instance method of MapStorage
mapStorage.get()
Kind: instance method of MapStorage
mapStorage.set()
Kind: instance method of MapStorage
mapStorage.delete()
Kind: instance method of MapStorage
mapStorage.clear()
Kind: instance method of MapStorage
mapStorage.keys()
Kind: instance method of MapStorage
mapStorage.size()
Kind: instance method of MapStorage