Newscoop\GimmeBundle\Controller\ArticlesController::postAddUpdate PHP 메소드

postAddUpdate() 개인적인 메소드

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