Skip to content

Commit 85ea042

Browse files
committed
feat docs: minor tweaks for LRU docs
Tests: на прод не влияет commit_hash:6be176ee1f1c9c16793fbebf287975b660037e90
1 parent 6021274 commit 85ea042

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

scripts/docs/en/userver/libraries/multi_index_lru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LRU Container
1+
# MultiIndex LRU Container
22

33
## Introduction
44

scripts/docs/en/userver/lru_cache.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/docs/en/userver/roadmap_and_changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)