Prado\Web\TCacheHttpSession::getCache PHP Метод

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

public getCache ( ) : Prado\Caching\ICache
Результат Prado\Caching\ICache the cache module being used for data storage
    public function getCache()
    {
        return $this->_cache;
    }