Пример #1
0
 /**
  * Remove an item from the cache.
  *
  * @param string $key
  * @return void 
  * @static 
  */
 public static function offsetUnset($key)
 {
     \Illuminate\Cache\Repository::offsetUnset($key);
 }