Overrides CacheInterface::getTimestamp
public function getTimestamp(string $key) : int { if (!is_file($key)) { return 0; } return (int) @filemtime($key); }