Example #1
0
 /**
  * Begin executing a new tags operation.
  *
  * @param string $name
  * @return \Illuminate\Cache\TaggedCache 
  * @static 
  */
 public static function section($name)
 {
     //Method inherited from \Illuminate\Cache\TaggableStore
     return \Illuminate\Cache\RedisStore::section($name);
 }