#include <userver/testsuite/cache_control.hpp>
RAII helper for testsuite registration. Must be kept alive to keep supporting cache resetting.
Definition at line 146 of file cache_control.hpp.
Public Member Functions | |
CacheResetRegistration (CacheResetRegistration &&) noexcept | |
CacheResetRegistration & | operator= (CacheResetRegistration &&) noexcept |
void | Unregister () noexcept |
|
noexcept |
Unregister the cache component explicitly. Unregister
is called in the destructor automatically.