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 | 19.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
A NSCachedURLResponseMBS object provides the server’s response metadata in the form of a NSURLResponseMBS object, along with an NSData object containing the actual cached content data. Its storage policy determines whether the response should be cached on disk, in memory, or not at all.
Cached responses also contain a user info dictionary where you can store app-specific information about the cached item.
The NSURLCacheMBS class stores and retrieves instances of NSCachedURLResponseMBS.
Constant | Value | Description |
---|---|---|
kCacheStorageAllowed | 0 |
Allow caching. |
kCacheStorageAllowedInMemoryOnly | 1 |
Allow caching only in memory. |
kCacheStorageNotAllowed | 1 |
Caching is not allowed. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacBase Plugin.