Puli\Repository\ChangeStream\KeyValueStoreChangeStream::purge PHP Method

purge() public method

public purge ( $path )
    public function purge($path)
    {
        $this->store->remove($path);
    }