Closed (works as designed)
Project:
Cache Tools!
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2019 at 06:26 UTC
Updated:
4 Apr 2019 at 07:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aludescher commentedThis patch adds a hook_entity_delete() implementation.
Comment #3
fagoDeletions are not handled by list cache tags like the list of pbulished nodes. As the docs say it:
> * 2. Published entities which stay published are invalidated via
> * entity_type:id (eg node:123).
If node:123 is shown the node:123 cache tag must be added and upon deletion of node:123 it's invalidated via that.