Platforms to show: All Mac Windows Linux Cross-Platform
NSURLCacheMBS.NSURLCacheStorageAllowed = 0
Function:
One of the constants for the cache strategy.
Notes: Specifies that storage in an NSURLCache is allowed without restriction.
Type | Topic | Plugin | Version |
const | Cocoa Networking | MBS MacBase Plugin | 9.7 |
Notes: Specifies that storage in an NSURLCache is allowed without restriction.
NSURLCacheMBS.NSURLCacheStorageAllowedInMemoryOnly = 1
Function:
One of the constants for the cache strategy.
Notes: Specifies that storage in an NSURLCache is allowed; however storage should be done in memory only, no disk storage should be done.
Type | Topic | Plugin | Version |
const | Cocoa Networking | MBS MacBase Plugin | 9.7 |
Notes: Specifies that storage in an NSURLCache is allowed; however storage should be done in memory only, no disk storage should be done.
NSURLCacheMBS.NSURLCacheStorageNotAllowed = 2
Function:
One of the constants for the cache strategy.
Notes: Specifies that storage in an NSURLCache is not allowed in any fashion, either in memory or on disk.
Type | Topic | Plugin | Version |
const | Cocoa Networking | MBS MacBase Plugin | 9.7 |
Notes: Specifies that storage in an NSURLCache is not allowed in any fashion, either in memory or on disk.
The items on this page are in the following plugins: MBS MacBase Plugin.

Links
MBS Xojo Chart Plugins