Prado\Data\SqlMap\DataMapper\TFastSqlMapApplicationCache::getCache PHP 메소드

getCache() 보호된 메소드

protected getCache ( )
    protected function getCache()
    {
        if (!$this->_cache) {
            $this->_cache = Prado::getApplication()->getCache();
        }
        return $this->_cache;
    }