X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FCache%2FCacheBackendInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FCache%2FCacheBackendInterface.php;h=852305f8f140ffcdd7ab102dbd4ba17e0248d3d3;hp=a8ce88890a968fe9ad43692a59f9c2b304a34d13;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php b/web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php index a8ce88890..852305f8f 100644 --- a/web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php +++ b/web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php @@ -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()