Example #1
0
 /**
  * @param $key
  */
 public function clear($key)
 {
     $this->repository->clear($this->transformKey($key));
 }