Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DCache.java153 return (Cache<K,V>) NullCache.INSTANCE; in newNullCache()
204 class NullCache<K,V> extends Cache<K,V> { class
206 static final Cache<Object,Object> INSTANCE = new NullCache<>();
208 private NullCache() { in NullCache() method in NullCache