コード例 #1
0
 public function resetTag($name)
 {
     $key = $this->tagKey($name);
     $this->store->getWrappedConnection()->clearTags([$key]);
     return $key;
 }