[8.x] TaggedCache flush should also remove tags from cache by Plytas · Pull Request #39299 · laravel/framework

At the moment flushing a tagged cache removes standard keys, forever keys and the key/value pair that was actually cached, but it leaves the tag itself as it only resets it. In our project we use r...