FOF30\Utils\CacheCleaner::clearPluginsAndModulesCache PHP Method

clearPluginsAndModulesCache() public static method

Clears the com_modules and com_plugins cache. You need to call this whenever you alter the publish state or parameters of a module or plugin from your code.
public static clearPluginsAndModulesCache ( ) : void
return void
    public static function clearPluginsAndModulesCache()
    {
        self::clearPluginsCache();
        self::clearModulesCache();
    }