After installing drupal and querying cache_tags table, you see tags like "1", "content" and "content:1". Typo in _menu_clear_page_cache() is causing the first two.

CommentFileSizeAuthor
typo_menu_clear_page_cache_tags.patch599 bytesolli
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

olli’s picture

Status: Active » Needs review
ianthomas_uk’s picture

Status: Needs review » Reviewed & tested by the community

This patch is consistent with the documentation and other calls to cache_invalidate_tags, so RTBC.
https://api.drupal.org/api/drupal/core!includes!cache.inc/function/cache...

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Nice find! Committed ede56ec and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.