Exemplo n.º 1
0
 /**
  * Clears the cache
  */
 public function clear_cache()
 {
     $this->cache->clear();
     return $this;
 }