Instance Method
get(_:)
Gets a decodable value from the cache. Returns
nil if not found.func get<T>(_ key: String) async throws -> T? where T : Decodable, T : Sendable
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
nil if not found.func get<T>(_ key: String) async throws -> T? where T : Decodable, T : Sendable