37typedef struct URLCachedResponseInterface URLCachedResponseInterface;
81struct URLCachedResponseInterface {
86 ObjectInterface objectInterface;
Microsecond-precision immutable dates.
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
OBJECTIVELY_EXPORT Class * _URLCachedResponse(void)
A protocol-agnostic abstraction for receiving resources via URLs.
The runtime representation of a Class.
Microsecond-precision immutable dates.
Object is the root Class of The Objectively Class hierarchy.
URLResponse * response
The HTTP response.
Object object
The superclass.
Data * data
The response body.
URLCachedResponseInterface * interface
The interface.
Date * timestamp
The time this response was cached.
size_t size
The cached body size.
A protocol-agnostic abstraction for URLSessionTask responses.