We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff038a commit 8eee877Copy full SHA for 8eee877
crates/stackable-operator/src/commons/cache.rs
@@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
3
4
use crate::time::Duration;
5
6
-/// TtlCache with sensible defaults for a user information cache
+/// [`TtlCache`] with sensible defaults for a user information cache
7
pub type UserInformationCache = TtlCache<30, 10_000>;
8
9
/// Least Recently Used (LRU) cache with per-entry time-to-live (TTL) value.
0 commit comments