You are here

public function TimestampInvalidatorInterface::getLastInvalidationTimestamps in Memcache API and Integration 8.2

Get the last invalidation timestamps of a set of tags.

Parameters

array $tags: Array of tags to check (keys are ignored.)

Return value

array|bool The last invalidation timestamps on file, or FALSE on failure.

1 method overrides TimestampInvalidatorInterface::getLastInvalidationTimestamps()
TimestampInvalidatorBase::getLastInvalidationTimestamps in src/Invalidator/TimestampInvalidatorBase.php
Get the last invalidation timestamps of a set of tags.

File

src/Invalidator/TimestampInvalidatorInterface.php, line 45

Class

TimestampInvalidatorInterface
Interface TimestampInvalidatorInterface.

Namespace

Drupal\memcache\Invalidator

Code

public function getLastInvalidationTimestamps(array $tags);