Instance Method (Default implementation)vapor 4.114.1Vapor

get(_:as:)

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

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