Skip to content

Introduce an api/ui for users to be able to clean specific caches without having to interact with the db directly #9302

@kelsos

Description

@kelsos

Abstract

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions