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