proxygen
fizz::server::AllowAllReplayReplayCache Class Reference

#include <ReplayCache.h>

Inheritance diagram for fizz::server::AllowAllReplayReplayCache:
fizz::server::ReplayCache

Public Member Functions

 ~AllowAllReplayReplayCache () override=default
 
folly::Future< ReplayCacheResultcheck (folly::ByteRange) override
 
- Public Member Functions inherited from fizz::server::ReplayCache
virtual ~ReplayCache ()=default
 

Detailed Description

Replay cache implementation that allows replays.

Definition at line 44 of file ReplayCache.h.

Constructor & Destructor Documentation

fizz::server::AllowAllReplayReplayCache::~AllowAllReplayReplayCache ( )
overridedefault

Member Function Documentation

folly::Future<ReplayCacheResult> fizz::server::AllowAllReplayReplayCache::check ( folly::ByteRange  )
inlineoverridevirtual

Implements fizz::server::ReplayCache.

Definition at line 48 of file ReplayCache.h.

References fizz::server::NotReplay.


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