Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::kv_store::LookupBuilder Class Reference

#include <kv_store.h>

Public Member Functions

expected< LookupResponseexecute (std::string_view key) const
 Execute the lookup and wait for the response.
expected< PendingLookupHandleexecute_async (std::string_view key) const
 Execute the lookup asynchronously.

Friends

class KVStore

Member Function Documentation

◆ execute()

expected< LookupResponse > fastly::kv_store::LookupBuilder::execute ( std::string_view key) const

Execute the lookup and wait for the response.

◆ execute_async()

expected< PendingLookupHandle > fastly::kv_store::LookupBuilder::execute_async ( std::string_view key) const

Execute the lookup asynchronously.

◆ KVStore

friend class KVStore
friend

The documentation for this class was generated from the following file: