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

/libcore/ojluni/src/main/java/sun/security/util/
H A DCache.java148 return (Cache<K,V>) NullCache.INSTANCE;
203 class NullCache<K,V> extends Cache<K,V> { class in inherits:Cache
205 final static Cache<Object,Object> INSTANCE = new NullCache<>();
207 private NullCache() { method in class:NullCache

Completed in 63 milliseconds