Instance Method
get(_:)
Gets a decodable value from the cache. Returns
nil if not found.func get<T>(_ key: String) -> EventLoopFuture<T?> where T : Decodable
Instance Method
nil if not found.func get<T>(_ key: String) -> EventLoopFuture<T?> where T : Decodable