CacheType
public enum CacheType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case noCache = "NO_CACHE"
-
Undocumented
Declaration
Swift
case s3 = "S3"
-
Undocumented
Declaration
Swift
case local = "LOCAL"
-
Declaration
Swift
public var description: String { get }