How old a result can be before it gets expired.
The function to use on cache miss.
Gets a result of a request from the cache, or otherwise tries to fetch the the result with this.requestFunc
Key of the item to get/store.
A set of arguments to pass to the request func.
The request, or undefined if not retrievable.
Clone the current request result cache, mapping keys to their cache records.
Generated using TypeDoc
Caches requests in memory and handles expiring them.