Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Application_Gatekeeper_Caches

siemensikkema edited this page Sep 3, 2021 · 1 revision

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)