BrowscapPHP\Cache\BrowscapCacheInterface::removeItem PHP Метод

removeItem() публичный Метод

Remove an item.
public removeItem ( string $cacheId, boolean $withVersion = true ) : boolean
$cacheId string
$withVersion boolean
Результат boolean
    public function removeItem($cacheId, $withVersion = true);