Uses of Class
com.jniwrapper.macosx.cocoa.nsurlrequest.NSURLRequestCachePolicy

Packages that use NSURLRequestCachePolicy
com.jniwrapper.macosx.cocoa.nsurlrequest   
 

Uses of NSURLRequestCachePolicy in com.jniwrapper.macosx.cocoa.nsurlrequest
 

Methods in com.jniwrapper.macosx.cocoa.nsurlrequest that return NSURLRequestCachePolicy
 NSURLRequestCachePolicy NSURLRequest.cachePolicy()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsurlrequest with parameters of type NSURLRequestCachePolicy
static NSURLRequest NSURLRequest.NSURLRequest_requestWithURL_cachePolicy_timeoutInterval(NSURL URL, NSURLRequestCachePolicy cachePolicy, NSTimeInterval timeoutInterval)
          This method represents the requestWithURL static constructor of the NSURLRequest Objective-C class.
 Id NSURLRequest.initWithURL_cachePolicy_timeoutInterval(NSURL URL, NSURLRequestCachePolicy cachePolicy, NSTimeInterval timeoutInterval)
          This method represents the initWithURL() method of the NSURLRequest Objective-C class.
 void NSMutableURLRequest.setCachePolicy(NSURLRequestCachePolicy policy)