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

GatekeeperKeyMaker

siemensikkema edited this page Sep 3, 2021 · 1 revision

GatekeeperKeyMaker

Reponsible for generating a cache key for a specific Request

public protocol GatekeeperKeyMaker 

Requirements

make(for:​)

func make(for req: Request) -> EventLoopFuture<String>