Application_Gatekeeper_Caches_Provider - ml-archive/gatekeeper GitHub Wiki

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