eZ\Publish\Core\MVC\Symfony\Cache\Http\SignalSlot\SwapLocationSlot::purgeHttpCache PHP Method

purgeHttpCache() protected method

protected purgeHttpCache ( eZ\Publish\Core\SignalSlot\Signal $signal )
$signal eZ\Publish\Core\SignalSlot\Signal
    protected function purgeHttpCache(Signal $signal)
    {
        $this->httpCacheClearer->purgeForContent($signal->content1Id);
        $this->httpCacheClearer->purgeForContent($signal->content2Id);
    }