Platforms to show: All Mac Windows Linux Cross-Platform

NSURLCacheMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Cocoa Networking MBS MacBase Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
The class for the caching.

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.

Constants

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.

Some properties using for this class:

Blog Entries

Xojo Developer Magazine

Videos

Release notes


The items on this page are in the following plugins: MBS MacBase Plugin.


NSURLAuthenticationChallengeMBS   -   NSURLConnectionFilterMBS


The biggest plugin in space...