Entry
public struct Entry : Equatable
A single entry in the cache index.
-
MD5 filename (file’s
lastPathComponentin the cache directory).Declaration
Swift
public let filename: String -
Allocated disk size in bytes.
Declaration
Swift
public var size: UInt64 -
Last modification date of the file.
Declaration
Swift
public var modificationDate: Date
View on GitHub