Instance Methodvapor 4.106.3Vapor

    get(_:)

    Gets a decodable value from the cache. Returns nil if not found.

    Cache.swift:34
    func get<T>(_ key: String) -> EventLoopFuture<T?> where T : Decodable

    Other members in extension

    Instance members