Cached data with self-made Collection class
The key you wish to delete
Gets data from the database using a "key" given and returns an Object literal.
The key you wish to get data
Pushes data to an array using a "key" given, can be used when handling multiple values in a key. However, only Object or Array-like formats are available for the value to be push, otherwise an error is called.
The key you wish to push data to
Saves data to the database in an easy format with 2 needed providers, "key" and "value".
The key, so you can get it with
value The value which will be saved to the key
Generated using TypeDoc
Removes data from the database using the "key" as the id of the object in the container.
// The client gets container/object literal with the key "Hello", and deletes the data and // the object itself