public function resetTag($name)
 {
     $key = $this->tagKey($name);
     $this->store->getWrappedConnection()->clearTags([$key]);
     return $key;
 }