super.initialize();
IApplication app = getApplication();
try {
_cache = new FoldersCache(app, getPluginUserSettingsFolder());
} catch (IOException ex) {
throw new PluginException(ex);
}
_cache.load();
_resources = new PluginResources("net.sourceforge.squirrel_sql.plugins.favs.saved_queries", this);