Skip to content
Snippets Groups Projects
Commit 251698bd authored by catch's avatar catch
Browse files

Issue #2913445 by Ashley George: Incorrect description of cache invalidation tags

parent a3223117
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -91,7 +91,7 @@ public function getMultiple(&$cids, $allow_invalid = FALSE); ...@@ -91,7 +91,7 @@ public function getMultiple(&$cids, $allow_invalid = FALSE);
* identify objects used to build the cache item, which should trigger * identify objects used to build the cache item, which should trigger
* cache invalidation when updated. For example if a cached item represents * cache invalidation when updated. For example if a cached item represents
* a node, both the node ID and the author's user ID might be passed in as * a node, both the node ID and the author's user ID might be passed in as
* tags. For example array('node' => array(123), 'user' => array(92)). * tags. For example ['node:123', 'node:456', 'user:789'].
* *
* @see \Drupal\Core\Cache\CacheBackendInterface::get() * @see \Drupal\Core\Cache\CacheBackendInterface::get()
* @see \Drupal\Core\Cache\CacheBackendInterface::getMultiple() * @see \Drupal\Core\Cache\CacheBackendInterface::getMultiple()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment