select

fun select(url: String): CacheData?

Retrieves a cached response for the given url.

Return

A CacheData instance containing the cached response or null if no entry exists.

Parameters

url

The request URL used as the cache key.