PSPDFCacheStoragePolicy

Objective-C

NS_CLOSED_ENUM(NSInteger, PSPDFCacheStoragePolicy) {
    PSPDFCacheStoragePolicyAutomatic = 0,

    PSPDFCacheStoragePolicyAllowed,
    PSPDFCacheStoragePolicyAllowedInMemoryOnly,
    PSPDFCacheStoragePolicyNotAllowed,
}

Swift

@frozen enum StoragePolicy : Int, @unchecked Sendable

Undocumented

  • Deprecated

    Deprecated in PSPDFKit 12.2 for iOS. This type is unused and will be removed in an upcoming version.

    Undocumented

    Declaration

    Objective-C

    PSPDFCacheStoragePolicyAutomatic = 0

    Swift

    case automatic = 0
  • Deprecated

    Deprecated in PSPDFKit 12.2 for iOS. This type is unused and will be removed in an upcoming version.

    Undocumented

    Declaration

    Objective-C

    PSPDFCacheStoragePolicyAllowed

    Swift

    case allowed = 1
  • Deprecated

    Deprecated in PSPDFKit 12.2 for iOS. This type is unused and will be removed in an upcoming version.

    Undocumented

    Declaration

    Objective-C

    PSPDFCacheStoragePolicyAllowedInMemoryOnly

    Swift

    case allowedInMemoryOnly = 2
  • Deprecated

    Deprecated in PSPDFKit 12.2 for iOS. This type is unused and will be removed in an upcoming version.

    Undocumented

    Declaration

    Objective-C

    PSPDFCacheStoragePolicyNotAllowed

    Swift

    case notAllowed = 3