Implementation of caching that uses session storage
Optional
It returns an array of all the keys in the session storage that start with the prefix
An array of all the keys in the sessionStorage that start with the prefix.
It gets the value of the key from the session storage, parses it as JSON, and returns it
The key to store the data under.
The value of the key in the sessionStorage.
It removes the item from session storage with the given key
The key to store the value under.
It takes a key and an entry, and sets the entry in the session storage with the key
The key to store the entry under.
The value to be stored in the cache.
Generated using TypeDoc
Implementation of caching that uses session storage