cache() публичный Метод

Use the given cache instance.
public cache ( Illuminate\Contracts\Cache\Store $cache = null )
$cache Illuminate\Contracts\Cache\Store
Пример #1
0
 /**
  * Use the given cache instance.
  *
  * @param \Illuminate\Contracts\Cache\Store $cache
  * @return $this 
  * @static 
  */
 public static function cache($cache = null)
 {
     return \Silber\Bouncer\Bouncer::cache($cache);
 }