Skip to content

Commit 9aad2e2

Browse files
committed
chore(comments): update DashMap change
1 parent bf9984e commit 9aad2e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: crates/rari-doc/src/cached_readers.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
//! - `STATIC_DOC_PAGE_FILES_BY_PATH`: Stores documentation pages indexed by file path.
1414
//!
1515
//! - **Dynamic Caches**: These caches store documentation pages that can be modified during runtime.
16-
//! - `CACHED_DOC_PAGE_FILES`: Stores documentation pages indexed by file path, wrapped in a `RwLock` for
17-
//! thread-safe access.
18-
//! - `CACHED_SIDEBAR_FILES`: Stores sidebar metadata indexed by name and locale, wrapped in a `RwLock` for
19-
//! thread-safe access.
16+
//! - `CACHED_DOC_PAGE_FILES`: Stores documentation pages indexed by file path.
17+
//! - `CACHED_SIDEBAR_FILES`: Stores sidebar metadata indexed by name and locale.
2018
//!
2119
//! - **Specialized Caches**: These caches store specific types of documentation content.
2220
//! - `CACHED_CURRICULUM`: Stores curriculum files, indexed by URL, path, and index,

0 commit comments

Comments
 (0)