Home
last modified time | relevance | path

Searched defs:WriteThroughEntry (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java670 private final class WriteThroughEntry implements Entry<K, V> { class in LocalCache
674 WriteThroughEntry(K key, V value) { in WriteThroughEntry() method in LocalCache.WriteThroughEntry