userver: userver/cache Directory 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 Directory Reference

Table of Contents

+ Directory dependency graph for cache:

Files

 cache_config.hpp
 
 cache_statistics.hpp
 Statistics collection for components::CachingComponentBase.
 
 cache_update_trait.hpp
 Base class for periodically updated caches.
 
 caching_component_base.hpp
 Base class for caching components.
 
 exceptions.hpp
 Exceptions thrown by components::CachingComponentBase.
 
 expirable_lru_cache.hpp
 Class for expirable LRU cache. Use cache::LruMap for not expirable LRU Cache.
 
 lru_cache_component_base.hpp
 Base class for LRU-cache components.
 
 lru_cache_config.hpp
 
 lru_cache_statistics.hpp
 
 nway_lru_cache.hpp
 
 update_type.hpp
 Enums representing periodic update types for CachingComponentBase