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

#include <kv_store.h>

Public Member Functions

expected execute (std::string_view key) const
 Execute the erasure and wait for the response.
expected< PendingEraseHandleexecute_async (std::string_view key) const
 Execute the erasure asynchronously.

Friends

class KVStore

Member Function Documentation

◆ execute()

expected fastly::kv_store::EraseBuilder::execute ( std::string_view key) const

Execute the erasure and wait for the response.

◆ execute_async()

expected< PendingEraseHandle > fastly::kv_store::EraseBuilder::execute_async ( std::string_view key) const

Execute the erasure asynchronously.

◆ KVStore

friend class KVStore
friend

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