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.java148 return (Cache<K,V>) NullCache.INSTANCE; in newNullCache()
203 class NullCache<K,V> extends Cache<K,V> { class
205 final static Cache<Object,Object> INSTANCE = new NullCache<>();
207 private NullCache() { in NullCache() method in NullCache