Initializes an NSCachedURLResponse object.
Original signature is '- (id)initWithResponse:(NSURLResponse *)response data:(NSData *)data'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.

C# | Visual Basic | Visual C++ |
public virtual Id InitWithResponseData( NSURLResponse response, NSData data )
Public Overridable Function InitWithResponseData ( _ response As NSURLResponse, _ data As NSData _ ) As Id
public: virtual Id^ InitWithResponseData( NSURLResponse^ response, NSData^ data )

- response (NSURLResponse)
- The response to cache.
- data (NSData)
- The data to cache.

The NSCachedURLResponse object, initialized using the given data.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)