Optional
prefix: stringIt 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 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