number of keys in the store
Function to clear the entire contents of the store
Fetch an item from the store
the data on that key
Get a key by it's index in the store (The order of keys are set by when they are first created)
name of the key
Delete an item from the store
Add an item to the store
(remember to stringify it, if it's not string)
Generated using TypeDoc
Function to get number of keys in store