Foundation.NSUrlCache: Method Members

The methods of Foundation.NSUrlCache are listed below. For a list of all members, see the NSUrlCache Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

CachedResponseForRequest(NSUrlRequest) : NSCachedUrlResponse
Documentation for this section has not yet been entered.
GetCachedResponse(NSUrlSessionDataTask, Action<NSCachedUrlResponse>)
Documentation for this section has not yet been entered.
GetCachedResponseAsync(NSUrlSessionDataTask) : System.Threading.Tasks.Task<NSCachedUrlResponse>
Documentation for this section has not yet been entered.
RemoveAllCachedResponses()
Documentation for this section has not yet been entered.
RemoveCachedResponse(NSUrlRequest)
Documentation for this section has not yet been entered.
RemoveCachedResponse(NSUrlSessionDataTask)
Documentation for this section has not yet been entered.
RemoveCachedResponsesSinceDate(NSDate)
Documentation for this section has not yet been entered.
StoreCachedResponse(NSCachedUrlResponse, NSUrlRequest)
Documentation for this section has not yet been entered.
StoreCachedResponse(NSCachedUrlResponse, NSUrlSessionDataTask)
Documentation for this section has not yet been entered.