userver: userver/cache/cache_statistics.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
cache_statistics.hpp File Reference

Detailed Description

Statistics collection for components::CachingComponentBase.

Definition in file cache_statistics.hpp.

Go to the source code of this file.

#include <atomic>
#include <chrono>
#include <cstddef>
#include <userver/cache/update_type.hpp>
#include <userver/utils/internal_tag_fwd.hpp>
#include <userver/utils/statistics/fwd.hpp>
#include <userver/utils/statistics/rate_counter.hpp>
+ Include dependency graph for cache_statistics.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  cache::UpdateStatisticsScope
 Allows a specific cache to fill cache statistics during an Update. More...
 

Namespaces

namespace  cache
 Utilities for caching.