/**
  * Removes all cache entries of this cache.
  *
  * @return void
  * @author Robert Lemke <*****@*****.**>
  */
 public function flush()
 {
     $this->backend->flush();
 }