Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 339 Bytes

cache-tag-invalidate.md

File metadata and controls

23 lines (20 loc) · 339 Bytes

cache:tag:invalidate

Invalidate cache tags.

Usage:

drupal cache:tag:invalidate [arguments]
cti

Available arguments

Argument Details
tag One or more tags to invalidate.

Examples

  • Invalidate routes
drupal cti routes
  • Invalidate a specific node
drupal cti node:1 node_list