Home
last modified time | relevance | path

Searched refs:cachedData (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/api/rest/cache/
H A DFileSystemCache.ts78 const cachedData = await this.get(key); constant
80 return cachedData;
/expo/ios/Exponent/Kernel/AppLoader/CachedResource/
H A DEXManifestResource.m111 NSData *cachedData = [NSData dataWithContentsOfFile:cachePath];
116 if (cachedData) {
117 …cachedManifest = [NSJSONSerialization JSONObjectWithData:cachedData options:kNilOptions error:&jso…