/**
  * Begin executing a new tags operation.
  *
  * @param array|mixed $names
  * @return \Illuminate\Cache\TaggedCache 
  * @static 
  */
 public static function tags($names)
 {
     //Method inherited from \Illuminate\Cache\TaggableStore
     return \Illuminate\Cache\MemcachedStore::tags($names);
 }