RAII helper for testsuite registration. More...
#include <userver/testsuite/cache_control.hpp>
Public Member Functions | |
CacheInvalidatorHolder (CacheControl &, cache::CacheUpdateTrait &) | |
CacheInvalidatorHolder (const CacheInvalidatorHolder &)=delete | |
CacheInvalidatorHolder (CacheInvalidatorHolder &&)=delete | |
CacheInvalidatorHolder & | operator= (const CacheInvalidatorHolder &)=delete |
CacheInvalidatorHolder & | operator= (CacheInvalidatorHolder &&)=delete |
RAII helper for testsuite registration.
Definition at line 56 of file cache_control.hpp.