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
We have Cache inside of BackendInterface that is accessible via the cache() member function. A refactoring effort is needed to get rid of it and inject it where it's needed instead. This way we can have mocked cache in tests as well as better architecture in general.