Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DAddressCache.java100 cache.evictAll(); in clear()
/libcore/luni/src/main/java/libcore/util/
DBasicLruCache.java139 public synchronized final void evictAll() { in evictAll() method in BasicLruCache
/libcore/luni/src/test/java/libcore/libcore/util/
DBasicLruCacheTest.java125 cache.evictAll(); in testEvictAll()