Uses of Class
org.robovm.apple.foundation.NSURLRequestCachePolicy
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSURLRequestCachePolicy in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSURLRequestCachePolicy Modifier and Type Method Description NSURLRequestCachePolicyNSMutableURLRequest. getCachePolicy()NSURLRequestCachePolicyNSURLRequest. getCachePolicy()NSURLRequestCachePolicyNSURLSessionConfiguration. getRequestCachePolicy()static NSURLRequestCachePolicyNSURLRequestCachePolicy. valueOf(long n)Returns the enum constant of this type with the specified name.static NSURLRequestCachePolicyNSURLRequestCachePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static NSURLRequestCachePolicy[]NSURLRequestCachePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSURLRequestCachePolicy Modifier and Type Method Description protected longNSURLRequest. init(NSURL URL, NSURLRequestCachePolicy cachePolicy, double timeoutInterval)voidNSMutableURLRequest. setCachePolicy(NSURLRequestCachePolicy v)voidNSURLRequest. setCachePolicy(NSURLRequestCachePolicy v)voidNSURLSessionConfiguration. setRequestCachePolicy(NSURLRequestCachePolicy v)Constructors in org.robovm.apple.foundation with parameters of type NSURLRequestCachePolicy Constructor Description NSMutableURLRequest(NSURL URL, NSURLRequestCachePolicy cachePolicy, double timeoutInterval)NSURLRequest(NSURL URL, NSURLRequestCachePolicy cachePolicy, double timeoutInterval)