• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 11.1.0.57
GDNET.h
Go to the documentation of this file.
1 /*
2  * (c) 2017 BlackBerry Limited. All rights reserved.
3  *
4  */
5 
6 #pragma once
7 
8 #import <Foundation/Foundation.h>
9 #import "GDURLLoadingSystem.h"
10 
11 NS_ASSUME_NONNULL_BEGIN
12 
37 
50 - (void) setMaxCacheFileAge:(NSTimeInterval) age;
51 
72 - (void) setMaxCacheFileSize:(NSUInteger) fileSize;
73 
91 - (NSUInteger) maxCacheFileSize;
92 
93 @end
94 
95 
114 @interface GDCacheController : NSObject {
115 }
116 
141 + (void) clearCredentialsForMethod:(nullable NSString*) method;
142 
179 + (void) kerberosAllowDelegation:(BOOL)allow;
180 @end
181 
182 
183 NS_ASSUME_NONNULL_END
-[NSURLCache(GDURLCache) maxCacheFileSize]
NSUInteger maxCacheFileSize()
Get the maximum permitted size of a cached file.
GDURLLoadingSystem.h
GDCacheController
Control the secure authentication cache.
Definition: GDNET.h:114
NSURLCache(GDURLCache)
NSURLCache category with additional features.
Definition: GDNET.h:36