Instance Methodvapor 4.114.1Vapor

get(_:)

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

Cache+Concurrency.swift:25
func get<T>(_ key: String) async throws -> T? where T : Decodable, T : Sendable