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;
    }