BrowscapPHP\Cache\BrowscapCacheInterface::removeItem PHP Méthode

removeItem() public méthode

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