drupal-cache-tags

Installation
SKILL.md

Drupal Cache Tags

Cache tags enable targeted cache invalidation across all cache bins when underlying data changes.

When to Use

  • Implementing cache invalidation for custom content
  • Adding dependencies to render arrays
  • Debugging why content doesn't update after edits
  • Creating custom tag schemes for external data

Tag Naming Conventions

Type Pattern Examples
Entity entity_type:id node:1, user:5, taxonomy_term:42
Entity list entity_type_list node_list, user_list
Bundle list entity_type_list:bundle node_list:article, node_list:page
Config config:config_name config:system.site, config:views.view.frontpage
Related skills

More from sparkfabrik/sf-awesome-copilot

Installs
19
GitHub Stars
1
First Seen
Jan 26, 2026