CacheTagsChecksumInterface::getCurrentChecksum

public CacheTagsChecksumInterface::getCurrentChecksum(array $tags)

Returns the sum total of validations for a given set of tags.

Called by a backend when storing a cache item.

Parameters

string[] $tags: Array of cache tags.

Return value

string Cache tag invalidations checksum.

File

core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php, line 32

Class

CacheTagsChecksumInterface
Provides checksums for cache tag invalidations.

Namespace

Drupal\Core\Cache

Code

public function getCurrentChecksum(array $tags);
doc_Drupal
2016-10-29 08:49:36
Comments
Leave a Comment

Please login to continue.