proxygen
|
#include <ReplayCache.h>
Public Member Functions | |
virtual | ~ReplayCache ()=default |
virtual folly::Future< ReplayCacheResult > | check (folly::ByteRange identifier)=0 |
Anti-replay cache that checks if a unique identifier has been received before.
Definition at line 33 of file ReplayCache.h.
|
virtualdefault |
|
pure virtual |
Implemented in fizz::server::SlidingBloomReplayCache, and fizz::server::AllowAllReplayReplayCache.
Referenced by fizz::sm::getReplayCacheResult().