958959960961962963964965966967968
} catch (Exception e) { // loading the cache failed pluginFinder = initBySearch(ps); // create a new cache CachePlugInFinder cf = new CachePlugInFinder(); cf.copyFrom(pluginFinder); cf.write(); } } else { pluginFinder = initBySearch(ps); }