BehaviorEnum

public enum BehaviorEnum : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case dontCache = "dont-cache"
  • Undocumented

    Declaration

    Swift

    case cache = "cache"
  • Declaration

    Swift

    public var description: String { get }