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
Since the client.Get and client.List API do most of the same thing.
This ensures we don't accidentally expose something dangerous (e.g client.Cache().Purge()) to users.
We'd need to ensure that we could still easily write tests without direct cache access though.
The text was updated successfully, but these errors were encountered:
Since the
client.Get
andclient.List
API do most of the same thing.This ensures we don't accidentally expose something dangerous (e.g
client.Cache().Purge()
) to users.We'd need to ensure that we could still easily write tests without direct cache access though.
The text was updated successfully, but these errors were encountered: