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

getCache() protected method

protected getCache ( ) : Prado\Caching\ICache
return Prado\Caching\ICache Application cache instance.
    protected function getCache()
    {
        return Prado::getApplication()->getCache();
    }