public function TimestampInvalidatorInterface::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.
1 method overrides TimestampInvalidatorInterface::invalidateTimestamp()
- TimestampInvalidatorBase::invalidateTimestamp in src/
Invalidator/ TimestampInvalidatorBase.php - Invalidate the timestamp of a tag.
File
- src/
Invalidator/ TimestampInvalidatorInterface.php, line 23
Class
- TimestampInvalidatorInterface
- Interface TimestampInvalidatorInterface.
Namespace
Drupal\memcache\InvalidatorCode
public function invalidateTimestamp($tag);