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

/libcore/ojluni/src/main/java/java/util/prefs/
H A DFileSystemPreferences.java316 private Map<String, String> prefsCache = null; field in class:FileSystemPreferences
323 * that we were unable to initialize prefsCache from the disk, or
324 * have not yet attempted to do so. (If prefsCache is non-null, it
347 * is sync'ed by overwriting our prefsCache with the preference map last
359 * Reapplies the change to prefsCache.
376 prefsCache.put(key, value);
391 prefsCache.remove(key);
414 * Replay changeLog against prefsCache.
482 prefsCache = new TreeMap<>();
515 prefsCache
[all...]

Completed in 44 milliseconds