You are here

abstract protected function TimestampInvalidatorBase::writeTimestamp in Memcache API and Integration 8.2

Write an updated timestamp for a tag to the backend.

Parameters

string $tag: Tag to write.

float $timestamp: New timestamp to write.

Return value

bool Success or failure from backend.

1 call to TimestampInvalidatorBase::writeTimestamp()
TimestampInvalidatorBase::markAsOutdated in src/Invalidator/TimestampInvalidatorBase.php
Mark a tag as outdated.
1 method overrides TimestampInvalidatorBase::writeTimestamp()
MemcacheTimestampInvalidator::writeTimestamp in src/Invalidator/MemcacheTimestampInvalidator.php
Write an updated timestamp for a tag to the backend.

File

src/Invalidator/TimestampInvalidatorBase.php, line 83

Class

TimestampInvalidatorBase
Class TimestampInvalidatorBase.

Namespace

Drupal\memcache\Invalidator

Code

protected abstract function writeTimestamp($tag, $timestamp);