Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/prefs/
DFileSystemPreferences.java316 private Map<String, String> prefsCache = null; field in FileSystemPreferences
376 prefsCache.put(key, value); in replay()
391 prefsCache.remove(key); in replay()
482 prefsCache = new TreeMap<>(); in FileSystemPreferences()
515 prefsCache = new TreeMap<>(); in FileSystemPreferences()
528 prefsCache.put(key, value); in putSpi()
533 return prefsCache.get(key); in getSpi()
539 prefsCache.remove(key); in removeSpi()
551 if (prefsCache != null) in initCacheIfNecessary()
558 prefsCache = new TreeMap<>(); in initCacheIfNecessary()
[all …]