Overrides FileCacheInterface::get
public function get($filepath) { $filepaths = [ $filepath, ]; $cached = $this->getMultiple($filepaths); return $cached[$filepath] ?? NULL; }