Caches arbitrary key-value pairs.
Optional
the cache backend, if left undefined, an in-memory cache is created.
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.
Caches arbitrary key-value pairs.