tags('foo') https://laravel.com/docs/5.7/cache#removing-tagged-cache-items return $this->store()->tags(array_merge($tags, $names)); } return $this->store()->tags($tags)->$method(...$parameters); } }