These constants specify the caching strategy used by an NSCachedURLResponse object.
Available in Mac OS X v10.2 and later.
| C# | Visual Basic | Visual C++ |
public enum NSURLCacheStoragePolicy
Public Enumeration NSURLCacheStoragePolicy
public enum class NSURLCacheStoragePolicy
| Member | Description |
|---|---|
| NSURLCacheStorageAllowed | Specifies that storage in NSURLCache is allowed without restriction. Available in Mac OS X v10.2 and later. |
| NSURLCacheStorageAllowedInMemoryOnly | Specifies that storage in NSURLCache is allowed; however storage should be restricted to memory only. Available in Mac OS X v10.2 and later. |
| NSURLCacheStorageNotAllowed | Specifies that storage in NSURLCache is not allowed in any fashion, either in memory or on disk. Available in Mac OS X v10.2 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)