Home
last modified time | relevance | path

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

/expo/packages/@expo/metro-config/build/transformer/
H A DgetCacheKey.js7 exports.getCacheKey = getCacheKey;
32 function getCacheKey() { function
H A DgetCacheKey.js.map1getCacheKey.js","names":["_crypto","data","_interopRequireDefault","require","_fs","obj","__esModu…
H A DgetCacheKey.d.ts3 export declare function getCacheKey(): string; function
H A Dindex.d.ts2 export { getCacheKey } from './getCacheKey';
H A Dindex.js.map1 …icTransformer } from './createExoticTransformer';\nexport { getCacheKey } from './getCacheKey';\ne…
H A DcreateExoticTransformer.js144 getCacheKey: _getCacheKey().getCacheKey
H A Dindex.js27 return _getCacheKey().getCacheKey;
H A DcreateExoticTransformer.js.map1getCacheKey"],"sources":["../../src/transformer/createExoticTransformer.ts"],"sourcesContent":["//…
/expo/packages/@expo/metro-config/src/transformer/
H A DcreateExoticTransformer.ts11 import { getCacheKey } from './getCacheKey';
126 getCacheKey,
H A Dindex.ts2 export { getCacheKey } from './getCacheKey';
H A DgetCacheKey.ts13 export function getCacheKey(): string { function
/expo/packages/jest-expo/src/preset/
H A DassetFileTransformer.js5 getCacheKey: createCacheKeyFunction([__filename]),
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/okhttp/
H A DExpoImageOkHttpClientGlideModule.kt35 private fun getBaseCacheKey(): String = super.getCacheKey() in getBaseCacheKey()
37 override fun getCacheKey(): String = cacheKey in getBaseCacheKey() method
/expo/packages/expo-image/android/src/main/java/expo/modules/image/okhttp/
H A DExpoImageOkHttpClientGlideModule.kt35 private fun getBaseCacheKey(): String = super.getCacheKey() in getBaseCacheKey()
37 override fun getCacheKey(): String = cacheKey in getBaseCacheKey() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/okhttp/
H A DExpoImageOkHttpClientGlideModule.kt35 private fun getBaseCacheKey(): String = super.getCacheKey() in getBaseCacheKey()
37 override fun getCacheKey(): String = cacheKey in getBaseCacheKey() method
/expo/packages/@expo/cli/ts-declarations/metro-babel-transformer/
H A Dindex.d.ts44 getCacheKey?: () => string;
/expo/packages/@expo/cli/src/api/rest/cache/
H A DwrapFetchWithCache.ts131 function getCacheKey(requestArguments: any[]) { function
158 const cacheKey = getCacheKey([url, init]);
/expo/packages/@expo/metro-config/src/
H A Dbabel-transformer.ts257 function getCacheKey() { function
265 getCacheKey, constant
/expo/packages/@expo/metro-config/build/
H A Dbabel-transformer.js280 function getCacheKey() { function
287 getCacheKey
H A Dbabel-transformer.js.map1getCacheKey","key","crypto","createHash","forEach","part","update","digest","babelTransformer","mo…
H A DExpoMetroConfig.js.map1 …rmerPath,\n\n transformer: {\n // Custom: These are passed to `getCacheKey` and ensure inv…