Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::http::purge Namespace Reference

Functions

fastly::expected< void > purge_surrogate_key (std::string_view surrogate_key)
fastly::expected< void > soft_purge_surrogate_key (std::string_view surrogate_key)

Function Documentation

◆ purge_surrogate_key()

fastly::expected< void > fastly::http::purge::purge_surrogate_key ( std::string_view surrogate_key)

Purge a surrogate key for the current service.

See the Fastly purge documentation for details.

◆ soft_purge_surrogate_key()

fastly::expected< void > fastly::http::purge::soft_purge_surrogate_key ( std::string_view surrogate_key)

Soft-purge a surrogate key for the current service.

See the Fastly purge documentation for details.