userver: cache::EmptyCacheError Class Reference
Loading...
Searching...
No Matches
cache::EmptyCacheError Class Referencefinal

#include <userver/cache/exceptions.hpp>

Detailed Description

Thrown by components::CachingComponentBase::Get if the cache is empty and MayReturnNull returns false (as by default).

Definition at line 16 of file exceptions.hpp.

+ Inheritance diagram for cache::EmptyCacheError:
+ Collaboration diagram for cache::EmptyCacheError:

Public Member Functions

 EmptyCacheError (std::string_view cache_name)
 

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