Esempio n. 1
0
 public function clearCache()
 {
     if ($this->_cache) {
         $this->_cache->clear()->save();
     }
 }