- Issue created by @catch
- First commit to issue fork.
- Merge request !9535Issue #3463657 Add service tags for cache clearing β (Closed) created by Unnamed author
I've worked on this and added service tags for cache clearing. The main goal was to simplify the way caches are cleared, reducing the need to manually call different cache clearing methods.
Here's what I did:
1. I created a new service that uses tags to manage which caches should be cleared. This makes it easier to handle cache clearing in a more modular way.
2. I updated the existing`drupal_flush_all_caches()`
function so it uses this new service, allowing the cache clear operations to be handled dynamically based on the tags.
3. I added unit tests to ensure everything works as expected. These tests check that the new service clears caches properly and doesnβt slow down performance.and create a MR also attaching patch.
- Status changed to Needs review
about 2 months ago 9:23am 19 September 2024 - πΊπΈUnited States smustgrave
Donβt know if youβre mixing issues but this was talking cache tags but the MR is adding new modules to core