Ejemplo n.º 1
0
 /**
  * Delete an item from the cache.
  *
  * @param string $key
  */
 public function forget($key)
 {
     $this->redis->del($key);
 }