requestCachePolicy property

NSURLRequestCachePolicy get requestCachePolicy

Controls how to deal with response caching.

See NSURLSessionConfiguration.requestCachePolicy

Implementation

NSURLRequestCachePolicy get requestCachePolicy =>
    _nsObject.requestCachePolicy;
set requestCachePolicy (NSURLRequestCachePolicy value)

Implementation

set requestCachePolicy(NSURLRequestCachePolicy value) =>
    _nsObject.requestCachePolicy = value;