Piwik\Plugin\Manager::resetTransientCache PHP Method

resetTransientCache() private method

private resetTransientCache ( )
    private function resetTransientCache()
    {
        $this->pluginsLoadedAndActivated = null;
    }
Manager