void PluginData::refresh()
{
    pluginCache.reset(true);
}
void PluginData::refresh()
{
    pluginCache.reset(true);
    pluginCache.plugins();  // Force the plugins to be reloaded now.
}