*/ interface RemovableCacheInterface { public function remove(string $name, string $cls): void; }