Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add special section to remove cache notice in admin #42

Open
Vinai opened this issue Jul 25, 2019 · 1 comment
Open

Add special section to remove cache notice in admin #42

Vinai opened this issue Jul 25, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Vinai
Copy link
Contributor

Vinai commented Jul 25, 2019

In the magento admin, often the message "Some or more caches are invalidated" is displayed.
Often this message is not actually true. The cache records where already removed, however, the cache state is also saved as a cache record.

Out of the box the specific cache has to be cleaned through the UI, or a complete flush has to be made, to get rid of the message.

I would like to have a special "type" so I can get rid of the message via the command line, without doing a full cache flush.
Something like cache-clean.js notice. There could also be a hotkey for that action.
It would remove only the cache record by ID that saves the cache invalidation state.,

@Vinai Vinai added the enhancement New feature or request label Jul 25, 2019
@Vinai Vinai self-assigned this Jul 25, 2019
@seyuf
Copy link

seyuf commented Aug 26, 2021

admin-refresh-cache-not-working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants