RequestCachedResponseReturn

@Serializable
data class RequestCachedResponseReturn(val response: CacheStorage.CachedResponse)

Constructors

Link copied to clipboard
constructor(response: CacheStorage.CachedResponse)

Properties

Link copied to clipboard

Response read from the cache.