/**
  * Üríti a cache objektumot
  * 
  * @return bool
  */
 public function clear()
 {
     return $this->cache->deleteAll();
 }