A Class that implements the basic storage interface, used as an alternative to localStorage.
The size of the storage object
Will remove the all items from storage
Will retrieve the value from storage and return it.
The key for the value to be returned
value - The value associated with the key
Will remove the item from storage
The key for the value to be removed
Will store the item in memory
The key used to identify the stored value
The value to be stored
Generated using TypeDoc
A Class that implements the basic storage interface, used as an alternative to localStorage.