BrowscapPHP\Cache\BrowscapCacheInterface::removeItem PHP Method

removeItem() public method

Remove an item.
public removeItem ( string $cacheId, boolean $withVersion = true ) : boolean
$cacheId string
$withVersion boolean
return boolean
    public function removeItem($cacheId, $withVersion = true);