Searched refs:cachedData (Results 1 – 2 of 2) sorted by relevance
78 const cachedData = await this.get(key); constant80 return cachedData;
111 NSData *cachedData = [NSData dataWithContentsOfFile:cachePath];116 if (cachedData) {117 …cachedManifest = [NSJSONSerialization JSONObjectWithData:cachedData options:kNilOptions error:&jso…