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

/openjdk7/jdk/test/sun/net/www/protocol/http/6550798/
H A Dtest.java41 TestCache.reset();
53 TestCache.fail = true;
65 // this calls into TestCache.get
75 // this calls into TestCache.put
76 // TestCache.put will check if the resource
83 if (TestCache.fail) {
H A DTestCache.java58 public class TestCache extends java.net.ResponseCache { class in inherits:java.net.ResponseCache
67 ResponseCache.setDefault(new TestCache());
107 TestCache.fail = true;

Completed in 29 milliseconds