Pop\Cache\Adapter\Apc::getInfo PHP Метод

getInfo() публичный Метод

Method to get the current APC info.
public getInfo ( ) : string
Результат string
    public function getInfo()
    {
        return $this->info;
    }