Beispiel #1
0
 /**
  * Retrieve an item from the cache by key.
  *
  * @param string $key
  * @return mixed 
  * @static 
  */
 public static function offsetGet($key)
 {
     return \Illuminate\Cache\Repository::offsetGet($key);
 }