Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Cache / CacheBackendInterface.php
index a8ce88890a968fe9ad43692a59f9c2b304a34d13..852305f8f140ffcdd7ab102dbd4ba17e0248d3d3 100644 (file)
@@ -91,7 +91,7 @@ interface CacheBackendInterface {
    *   identify objects used to build the cache item, which should trigger
    *   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
-   *   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::getMultiple()