Widget::getCache PHP Méthode

getCache() public méthode

Get cache object
public getCache ( ) : CampCache
Résultat CampCache
    public function getCache()
    {
        if ($this->cache === NULL) {
            $this->cache = CampCache::singleton();
        }
        return $this->cache;
    }