/** * 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); }