Newscoop\GimmeBundle\Controller\ArticlesController::postAddUpdate PHP Method

postAddUpdate() private method

private postAddUpdate ( $article )
    private function postAddUpdate($article)
    {
        $cacheService = $this->container->get('newscoop.cache');
        $cacheService->clearNamespace('article');
        $cacheService->clearNamespace('article_type');
        $cacheService->clearNamespace('boxarticles');
    }