Searched refs:NullCache (Results 1 – 1 of 1) sorted by relevance
153 return (Cache<K,V>) NullCache.INSTANCE; in newNullCache()204 class NullCache<K,V> extends Cache<K,V> { class206 static final Cache<Object,Object> INSTANCE = new NullCache<>();208 private NullCache() { in NullCache() method in NullCache