コード例 #1
0
 /**
  * Begin executing a new tags operation.
  *
  * @param string $name
  * @return \Illuminate\Cache\TaggedCache 
  * @deprecated since version 5.1. Use tags instead.
  * @static 
  */
 public static function section($name)
 {
     //Method inherited from \Illuminate\Cache\TaggableStore
     return \Illuminate\Cache\MemcachedStore::section($name);
 }