Prado\Data\SqlMap\DataMapper\TFastSqlMapApplicationCache::getCache PHP Method

getCache() protected method

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