• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDNET.h
Go to the documentation of this file.
1 /*
2  * Copyright 2023 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 
43 
56 - (void) setMaxCacheFileAge:(NSTimeInterval) age;
57 
78 - (void) setMaxCacheFileSize:(NSUInteger) fileSize;
79 
97 - (NSUInteger) maxCacheFileSize;
98 
99 @end
100 
101 
128 @interface GDCacheController : NSObject {
129 }
130 
155 + (void) clearCredentialsForMethod:(nullable NSString*) method;
156 
193 + (void) kerberosAllowDelegation:(BOOL)allow;
194 @end
195 
196 
197 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:128
NSURLCache(GDURLCache)
NSURLCache category with additional features.
Definition: GDNET.h:42