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
chore(server): use loading cache instead of normal cache (#1907)
With the loading cache you centrally define the loading strategy, which
enables to later just use `get` for example, or `getAll` without having
to specify the strategy in each call.
It is also a requirement for using `refreshAfterWrite`.
0 commit comments