Neos\Flow\Session\SessionInterface::removeTag PHP Метод

removeTag() публичный Метод

Removes the specified tag from this session.
public removeTag ( string $tag ) : void
$tag string The tag – must match be a valid cache frontend tag
Результат void
    public function removeTag($tag);