@inheritDoc
Overrides VcsDriver::shouldCache
protected function shouldCache(string $identifier) : bool { return $this->cache && Preg::isMatch('{@\\d+$}', $identifier); }