115116117118119120121122123124125
catch (NumberFormatException ex) { limit = 0; } } m_zipFactory = new WeakZipFileFactory(limit); // Create the cache directory, if it does not exist. File cacheDir = determineCacheDir(m_configMap); if (!getSecureAction().fileExists(cacheDir)) {