Skip to content

Commit 8eee877

Browse files
Update crates/stackable-operator/src/commons/cache.rs
Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 3ff038a commit 8eee877

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/commons

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/commons/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
33

44
use crate::time::Duration;
55

6-
/// TtlCache with sensible defaults for a user information cache
6+
/// [`TtlCache`] with sensible defaults for a user information cache
77
pub type UserInformationCache = TtlCache<30, 10_000>;
88

99
/// Least Recently Used (LRU) cache with per-entry time-to-live (TTL) value.

0 commit comments

Comments
 (0)