Home
last modified time | relevance | path

Searched defs:cacheKey (Results 1 – 13 of 13) sorted by relevance

/expo/packages/@expo/cli/src/api/rest/cache/
H A DwrapFetchWithCache.ts70 const cacheKey = { ...formData }; constant
158 const cacheKey = getCacheKey([url, init]); constant
/expo/ios/versioned/sdk48/ExpoImage/
H A DImageSource.swift22 var cacheKey: String? variable
H A DImageUtils.swift158 guard let cacheKey = cacheKey else { in createCacheKeyFilter() variable
/expo/packages/expo-image/ios/
H A DImageSource.swift22 var cacheKey: String? variable
H A DImageUtils.swift158 guard let cacheKey = cacheKey else { in createCacheKeyFilter() variable
/expo/ios/versioned/sdk49/ExpoImage/
H A DImageSource.swift22 var cacheKey: String? variable
H A DImageUtils.swift158 guard let cacheKey = cacheKey else { in createCacheKeyFilter() variable
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/okhttp/
H A DExpoImageOkHttpClientGlideModule.kt25 private val cacheKey: String constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/okhttp/
H A DExpoImageOkHttpClientGlideModule.kt25 private val cacheKey: String constant
/expo/packages/expo-image/android/src/main/java/expo/modules/image/okhttp/
H A DExpoImageOkHttpClientGlideModule.kt25 private val cacheKey: String constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/records/
H A DSourceMap.kt27 @Field val cacheKey: String? = null in <lambda>() constant in abi49_0_0.expo.modules.image.records.SourceMap
/expo/packages/expo-image/android/src/main/java/expo/modules/image/records/
H A DSourceMap.kt27 @Field val cacheKey: String? = null in <lambda>() constant in expo.modules.image.records.SourceMap
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/records/
H A DSourceMap.kt26 @Field val cacheKey: String? = null in <lambda>() constant in abi48_0_0.expo.modules.image.records.SourceMap