findAll

abstract suspend fun findAll(url: Url): Set<CachedResponseData>(source)

Find all matched HttpCacheEntry for url.

Report a problem