Cache storage manager. Default is 'memory'
(in-memory store). See
Different stores
for more info.
Time to live - amount of time in seconds that a response is cached before it is deleted. Subsequent request will call through the route handler and refresh the cache. Defaults to 5 seconds.
Generated using TypeDoc
Maximum number of responses to store in the cache. Defaults to 100.