blackberry.com
BlackBerry Dynamics
Runtime library for macOS applications
from the application developer portal

GDNET.h

Go to the documentation of this file.
00001 /*
00002  * (c) 2017 BlackBerry Limited. All rights reserved.
00003  *
00004  */
00005 
00006 #pragma once
00007 
00008 #import <Foundation/Foundation.h>
00009 #import "GDURLLoadingSystem.h"
00010 #import "GDPortability.h"
00011 
00012 GD_NS_ASSUME_NONNULL_BEGIN
00013 
00036 @interface NSURLCache (GDURLCache)
00037 
00050 - (void) setMaxCacheFileAge:(NSTimeInterval) age;
00051 
00071 - (void) setMaxCacheFileSize:(NSUInteger) fileSize;
00072 
00090 - (NSUInteger) maxCacheFileSize;
00091 
00092 @end
00093 
00094 
00108 @interface GDCacheController : NSObject {
00109 }
00110 
00135 + (void) clearCredentialsForMethod:(GD_NSNULLABLE NSString*) method;
00136 
00173 + (void) kerberosAllowDelegation:(BOOL)allow;
00174 @end
00175 
00176 
00177 GD_NS_ASSUME_NONNULL_END