abstract public function TimestampInvalidatorBase::invalidateTimestamp in Memcache API and Integration 8.2
Invalidate the timestamp of a tag.
Parameters
string $tag: Tag to invalidate.
Return value
float New timestamp of tag.
Overrides TimestampInvalidatorInterface::invalidateTimestamp
1 method overrides TimestampInvalidatorBase::invalidateTimestamp()
- MemcacheTimestampInvalidator::invalidateTimestamp in src/
Invalidator/ MemcacheTimestampInvalidator.php - Invalidate the timestamp of a tag.
File
- src/
Invalidator/ TimestampInvalidatorBase.php, line 65
Class
- TimestampInvalidatorBase
- Class TimestampInvalidatorBase.
Namespace
Drupal\memcache\InvalidatorCode
public abstract function invalidateTimestamp($tag);