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

Application_Gatekeeper_Caches_Provider

siemensikkema edited this page Sep 3, 2021 · 1 revision

Application.Gatekeeper.Caches.Provider

public struct Provider 

Initializers

init(_:)

public init(_ run: @escaping (Application) -> Void) 

Properties

run

public let run: (Application) -> Void

`default`

A provider that uses the default Vapor cache.

public static var `default`: Self