Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/api/rest/cache/
H A DFileSystemCache.ts43 const [bodyKey, metaKey] = getBodyAndMetaKeys(key); constant
46 cacache.rm.entry(this.options.cacheDirectory, bodyKey),
52 const [bodyKey, metaKey] = getBodyAndMetaKeys(key); constant
62 .pipe(cacache.put.stream(this.options.cacheDirectory, bodyKey))