You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

Record


STRUCT

Record

Swift
1public struct Record

A cache record.

Properties

key

Swift
1public let key: CacheKey

fields

Swift
1public private(set) var fields: Fields

Methods

init(key:_:)

Swift
1public init(key: CacheKey, _ fields: Fields = [:])
Feedback

Edit on GitHub

Forums