Codesleeve\AssetPipeline\Filters\ClientCacheFilter::remove PHP Method

remove() public method

Remove this key from session and also remove it from underlying cache driver
public remove ( string $key ) : string
$key string
return string
    public function remove($key)
    {
        return $this->cache->remove($key);
    }