Package apple.foundation.enums
Class NSURLCacheStoragePolicy
- java.lang.Object
-
- apple.foundation.enums.NSURLCacheStoragePolicy
-
public final class NSURLCacheStoragePolicy extends java.lang.Object[@enum] NSURLCacheStoragePolicy The NSURLCacheStoragePolicy enum defines constants that can be used to specify the type of storage that is allowable for an NSCachedURLResponse object that is to be stored in an NSURLCache. [@constant] NSURLCacheStorageAllowed Specifies that storage in an NSURLCache is allowed without restriction. [@constant] NSURLCacheStorageAllowedInMemoryOnly Specifies that storage in an NSURLCache is allowed; however storage should be done in memory only, no disk storage should be done. [@constant] NSURLCacheStorageNotAllowed Specifies that storage in an NSURLCache is not allowed in any fashion, either in memory or on disk.
-
-
Field Summary
Fields Modifier and Type Field Description static longAllowedstatic longAllowedInMemoryOnlystatic longNotAllowed
-
-
-
Field Detail
-
Allowed
public static final long Allowed
- See Also:
- Constant Field Values
-
AllowedInMemoryOnly
public static final long AllowedInMemoryOnly
- See Also:
- Constant Field Values
-
NotAllowed
public static final long NotAllowed
- See Also:
- Constant Field Values
-
-