You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one doesn't want to cache anything, one won't use meta.cache. The only reason this option could be useful is not to include cacheMiddleware returned by handleRequests in middleware chain, but this kind of optimisation probably is never necessary, and if someone really cares, it can be done manually.
As an advantage, we will achieve some API simplification
The text was updated successfully, but these errors were encountered:
If one doesn't want to cache anything, one won't use
meta.cache
. The only reason this option could be useful is not to includecacheMiddleware
returned byhandleRequests
in middleware chain, but this kind of optimisation probably is never necessary, and if someone really cares, it can be done manually.As an advantage, we will achieve some API simplification
The text was updated successfully, but these errors were encountered: