initWithResponse_data_ method

NSCachedURLResponse initWithResponse_data_(
  1. NSURLResponse response,
  2. NSData data
)

Implementation

NSCachedURLResponse initWithResponse_data_(
    NSURLResponse response, NSData data) {
  final _ret = _lib._objc_msgSend_961(
      _id, _lib._sel_initWithResponse_data_1, response._id, data._id);
  return NSCachedURLResponse._(_ret, _lib, retain: true, release: true);
}