Prado\Caching\TCache::getPrimaryCache PHP Method

getPrimaryCache() public method

public getPrimaryCache ( ) : boolean
return boolean whether this cache module is used as primary/system cache. A primary cache is used by PRADO core framework to cache data such as parsed templates, themes, etc.
    public function getPrimaryCache()
    {
        return $this->_primary;
    }