- Issue created by @balagan
- Status changed to Postponed: needs info
11 months ago 5:55pm 16 December 2023 - πΊπΈUnited States bluegeek9
Hi @balagan,
The change looks good.
I have limited experience with the Drupal cache system. I think I understand how cache tags work.
Why is the tag 'moderation_note_list'? Is '{entity_type}_list' a pattern in the cache system? How does the cache get cleared?
-
bluegeek9 β
committed 16a46117 on 8.x-1.x authored by
balagan β
Issue #3406168: First created note for an entity only displays after...
-
bluegeek9 β
committed 16a46117 on 8.x-1.x authored by
balagan β
- Issue was unassigned.
- Status changed to Fixed
10 months ago 6:37pm 17 January 2024 - πΊπΈUnited States bluegeek9
https://www.drupal.org/docs/drupal-apis/cache-api/cache-tags β
- node_list β list cache tag for Node entities (invalidated whenever any Node entity is updated, deleted or created, i.e., when a listing of nodes may need to change). Applicable to any entity type in following format: {entity_type}_list.
- node_list:article β list cache tag for the article bundle (content type). Applicable to any entity + bundle type in following format: {entity_type}_list:{bundle}.
Automatically closed - issue fixed for 2 weeks with no activity.