D | IpcDataCacheTest.java | 46 private static final String API = "testApi"; field in IpcDataCacheTest 108 new IpcDataCache<>(4, MODULE, API, "testCache1", in testBasicCache() 154 new IpcDataCache<>(4, MODULE, API, "cacheA", in testDisableCache() 157 new IpcDataCache<>(4, MODULE, API, "cacheA", in testDisableCache() 160 new IpcDataCache<>(4, MODULE, API, "cacheB", in testDisableCache() 182 cache1 = new IpcDataCache<>(4, MODULE, API, "cacheA", in testDisableCache() 193 cache1 = new IpcDataCache<>(4, MODULE, API, "cacheA", in testDisableCache()
|