Caching External Requests Between Executions Without a Service
What's the easiest way to have a cached effect / function given a router / server? So there's an external request I'd like to cache between the executions.
cachedWithTTL
cachedWithTTL
looks promising, but how would I keep that between the requests without creating a service?