Prado\Data\SqlMap\DataMapper\TFastSqlMapApplicationCache::getCache PHP Méthode

getCache() protected méthode

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