Class for expirable LRU cache. Use cache::LruMap for not expirable LRU Cache.
More...
#include <atomic>
#include <chrono>
#include <optional>
#include <userver/cache/lru_cache_config.hpp>
#include <userver/cache/lru_cache_statistics.hpp>
#include <userver/cache/nway_lru_cache.hpp>
#include <userver/concurrent/mutex_set.hpp>
#include <userver/dump/common.hpp>
#include <userver/dump/dumper.hpp>
#include <userver/engine/async.hpp>
#include <userver/utils/datetime.hpp>
#include <userver/utils/impl/cached_time.hpp>
#include <userver/utils/impl/wait_token_storage.hpp>
Go to the source code of this file.
|
namespace | cache |
| Utilities for caching.
|
|
Class for expirable LRU cache. Use cache::LruMap for not expirable LRU Cache.
Definition in file expirable_lru_cache.hpp.