Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Networking | MBS MacBase Plugin | 9.7 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
NSURLCache implements the caching of responses to URL load requests by mapping NSURLRequest objects to NSCachedURLResponse objects. It is a composite of an in-memory and an on-disk cache.
Methods are provided to manipulate the sizes of each of these caches as well as to control the path on disk to use for persistent storage of cache data.
Constant | Value | Description |
---|---|---|
NSURLCacheStorageAllowed | 0 |
One of the constants for the cache strategy.
Specifies that storage in an NSURLCache is allowed without restriction. |
NSURLCacheStorageAllowedInMemoryOnly | 1 |
One of the constants for the cache strategy.
Specifies that storage in an NSURLCache is allowed; however storage should be done in memory only, no disk storage should be done. |
NSURLCacheStorageNotAllowed | 2 |
One of the constants for the cache strategy.
Specifies that storage in an NSURLCache is not allowed in any fashion, either in memory or on disk. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacBase Plugin.
NSURLAuthenticationChallengeMBS - NSURLConnectionFilterMBS