Searched refs:TestCache (Results 1 – 9 of 9) sorted by relevance
12 import org.unicode.cldr.test.TestCache;355 private Supplier<TestCache> testCache = Suppliers.memoize(() -> new TestCache(this));361 public final TestCache getTestCache() { in getTestCache()
31 public class TestCache implements XMLSource.Listener { class32 private static final Logger logger = Logger.getLogger(TestCache.class.getSimpleName());140 public TestCache(Factory f) { in TestCache() method in TestCache
37 import org.unicode.cldr.test.TestCache.TestResultBundle;484 final TestCache testCache = cldrFactory.getTestCache(); in main()
11 import org.unicode.cldr.test.TestCache.TestResultBundle;
13 import org.unicode.cldr.test.TestCache.TestResultBundle;
107 private final TestCache cache = new TestCache();530 private static class TestCache implements SafeMethodCachingInterceptor.Cache { class in SafeMethodCachingInterceptorTest
142 TEST_F(InodeFileDataSourceTest, TestCache) { in TEST_F() argument
36 import org.unicode.cldr.test.TestCache;37 import org.unicode.cldr.test.TestCache.TestResultBundle;141 TestCache testCache = testInfo.getCldrFactory().getTestCache(); in TestTestCache()
1317 class TestCache: class