#include <userver/cache/exceptions.hpp>
 Inheritance diagram for cache::EmptyCacheError:
 Collaboration diagram for cache::EmptyCacheError:Public Member Functions | |
| EmptyCacheError (std::string_view cache_name) | |
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.