Application_Gatekeeper_Caches - ml-archive/gatekeeper GitHub Wiki
Application.Gatekeeper.Caches
public struct Caches
Initializers
init(_:)
public init(_ gatekeeper: Application.Gatekeeper)
Properties
cache
public var cache: Cache
Methods
use(_:)
public func use(_ makeCache: @escaping (Application) -> Cache)
use(_:)
public func use(_ provider: Provider)