File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- # LRU Container
1+ # MultiIndex LRU Container
22
33## Introduction
44
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ Here's a brief introduction into LRU types:
4848* Concurrency-safe expirable container @ref cache::ExpirableLruCache with precise
4949 control over the expiration logic.
5050* Concurrency-safe non-expirable container @ref cache::NWayLRU.
51+ * Non-expirable @ref scripts/docs/en/userver/libraries/multi_index_lru.md that provides the same
52+ concurrency guarantees as the standard library containers. Based on Boost.MultiIndex C++ library.
5153* Non-expirable container @ref cache::LruMap that provides the same concurrency
5254 guarantees as the standard library containers.
5355* Non-expirable @ref cache::LruSet that provides the same concurrency guarantees as
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ Changelog news also go to the
4141 structured details following Google's error model
4242* Added a @ref utils::statistics::RegisterWriterScope for safe and easy registration of statistics.
4343* No more need to call ` CacheUpdateTrait::StartPeriodicUpdates() ` from your caching components.
44- * Implemented a Multi Index LRU container, thanks to [ hzhdlrp] ( https://github.com/hzhdlrp ) .
44+ * Implemented a @ref scripts/docs/en/userver/libraries/multi_index_lru.md, thanks to
45+ [ hzhdlrp] ( https://github.com/hzhdlrp ) .
4546* Statement name is now logged when using @ref storages::postgres::Portal.
4647* Monitor port is now opened before all the components and handlers are started, leading to more control and
4748 information on service start.
You can’t perform that action at this time.
0 commit comments