Prado\Web\TCacheHttpSession::getCache PHP Method

getCache() public method

public getCache ( ) : Prado\Caching\ICache
return Prado\Caching\ICache the cache module being used for data storage
    public function getCache()
    {
        return $this->_cache;
    }