Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DDNSCache.java54 … public static final DNSCache EmptyCache = new _EmptyCache();
56 static final class _EmptyCache extends DNSCache { class in DNSCache