Microweber\Utils\Adapters\Cache\CacheStore::forgetTags PHP Method

forgetTags() public method

Remove an item from the cache by tags.
public forgetTags ( string $string )
$string string
    public function forgetTags($string)
    {
        return $this->adapter->forgetTags($string);
    }