Piwik\Settings\Storage\Backend\Cache::clearCache PHP Method

clearCache() public static method

public static clearCache ( )
    public static function clearCache()
    {
        Tracker\Cache::deleteTrackerCache();
        self::buildCache()->flushAll();
    }