11121314151617
private static ApplicationRegistry instance; private final BrowserInstallationCache browserInstallationCache; public ApplicationRegistry() { browserInstallationCache = new BrowserInstallationCache(); }