Networking\InitCmsBundle\Lib\PhpCache::delete PHP Method

delete() public method

public delete ( $keyword, array $options = [] ) : boolean | string[]
$keyword
$options array
return boolean | string[]
    public function delete($keyword, $options = array())
    {
        return $this->phpFastCache->instance->delete($keyword, $options);
    }