Stores objects in memory. It can store any key-value pairs. This is just a placeholder for a proper storage implementation.
Protected
Loads a value from the storage
The key whose value should be returned.
the value or undefined
Save a value to the storage.
The key for which the value should be stored.
The value to store.
Stores objects in memory. It can store any key-value pairs. This is just a placeholder for a proper storage implementation.