Searched refs:prefsCache (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java321 private Map<String, String> prefsCache = null; field in class:FileSystemPreferences
328 * that we were unable to initialize prefsCache from the disk, or
329 * have not yet attempted to do so. (If prefsCache is non-null, it
352 * is sync'ed by overwriting our prefsCache with the preference map last
364 * Reapplies the change to prefsCache.
381 prefsCache.put(key, value);
396 prefsCache.remove(key);
419 * Replay changeLog against prefsCache.
510 prefsCache = new TreeMap<>();
523 prefsCache
[all...]

Completed in 49 milliseconds