Example #1
0
 /**
  * Removes all cache entries of this cache.
  *
  * @return void
  * @api
  */
 public function flush()
 {
     $this->backend->flush();
 }