forgetTags() public method

Remove an item from the cache by tags.
public forgetTags ( string $string )
$string string
Beispiel #1
0
 /**
  * Remove an item from the cache by tags.
  *
  * @param  string $string
  *
  * @return void
  */
 public function forgetTags($string)
 {
     return $this->adapter->forgetTags($string);
 }