Ejemplo n.º 1
0
 /**
  * Begin executing a new tags operation if the store supports it.
  *
  * @param string $name
  * @return \Illuminate\Cache\TaggedCache 
  * @deprecated since version 5.1. Use tags instead.
  * @static 
  */
 public static function section($name)
 {
     return \Illuminate\Cache\Repository::section($name);
 }