Overrides CacheInterface::load
public function load(string $key) : void { if (is_file($key)) { @(include_once $key); } }