Closed (fixed)
Project:
Facets
Version:
8.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2016 at 08:52 UTC
Updated:
17 Feb 2016 at 14:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
novitsh commentedSuggestion patch attached.
Comment #3
borisson_The patch you suggested is way too aggressive, we should only clear cache for the relevant cache tags and use Cache::invalidateTags(); instead.
Comment #4
novitsh commentedNow making use of the plugin.manager.block service to clear only the block caches.
Comment #5
borisson_Noticed one small thing, but that can be fixed on commit. Looks great otherwise.
The use is not needed anymore.
Comment #6
novitsh commentedIndeed! New patch attached.
Comment #7
borisson_Thanks for the issue and the patches. Awesome work.