Contents

cachedResponse

The protocol’s cached response.

Declaration

@NSCopying var cachedResponse: CachedURLResponse? { get }

Discussion

If not overridden in a subclass, this method returns the cached response stored at initialization time.

See Also

Getting protocol attributes