GenSpoxy v0.0.14-beta.2 Spoxy.Cache View Source
responsible on orchestration of the request lifecycle.
in case the request is cached returns the response,
if the cached data is in the cache but with stale data,
the cached data will be returned when executed within non-blocking
mode.
when the request isn’t in the cache, trigger a calculation (called prerender) and stores the result for later usage.