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
Some times the need arises for a user to reset/clean a really specific cache.
Nuking the whole case is not the solution, and cleaning specific caches requires the user to open and manipulate the database directly.
Motivation
What we want is to expose an API and a UI so that the users can perform this rescue operation, without needing any technical expertise or knowledge.
Specification
As part of the endpoint we can standardize the fields/types required for each cache and expose this response to the frontend. The frontend then can use these schema response to dynamically create the UI with the parameters required for the cache the user selected to reset.