You are here

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

Get the last invalidation timestamp of a tag.

Parameters

string $tag: Tag to check.

Return value

float The last invalidation timestamp of the tag.

1 call to TimestampInvalidatorInterface::getLastInvalidationTimestamp()
TimestampInvalidatorBase::markAsOutdated in src/Invalidator/TimestampInvalidatorBase.php
Mark a tag as outdated.
1 method overrides TimestampInvalidatorInterface::getLastInvalidationTimestamp()
MemcacheTimestampInvalidator::getLastInvalidationTimestamp in src/Invalidator/MemcacheTimestampInvalidator.php
Get the last invalidation timestamp of a tag.

File

src/Invalidator/TimestampInvalidatorInterface.php, line 34

Class

TimestampInvalidatorInterface
Interface TimestampInvalidatorInterface.

Namespace

Drupal\memcache\Invalidator

Code

public function getLastInvalidationTimestamp($tag);