DriveCacheType
public enum DriveCacheType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case none = "NONE" -
Undocumented
Declaration
Swift
case read = "READ" -
Declaration
Swift
public var description: String { get }
View on GitHub
DriveCacheType Enumeration Reference