/** * Store an item in the cache for the default time. * * @param string $key * @param mixed $value * @return void * @static */ public static function offsetSet($key, $value) { \Illuminate\Cache\Repository::offsetSet($key, $value); }