CacheStorage
interface CacheStorage
Cache storage interface.
Functions
Link copied to clipboard
Find all matched HttpCacheEntry for url.
Link copied to clipboard
Store value in cache storage for url key.
Link copied to clipboard
Store response in cache storage.
suspend fun CacheStorage.store(response: HttpResponse, varyKeys: Map<String, String>, isShared: Boolean = false): CachedResponseData