From 55bfb4d9974abe50bb7bb70d192a5b8b69b235b6 Mon Sep 17 00:00:00 2001 From: maddalax Date: Tue, 15 Oct 2024 10:40:13 -0500 Subject: [PATCH] small fix --- htmgo-site/md/docs/5_performance/1_caching_per_user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmgo-site/md/docs/5_performance/1_caching_per_user.md b/htmgo-site/md/docs/5_performance/1_caching_per_user.md index 0857a0a..6ba40b0 100644 --- a/htmgo-site/md/docs/5_performance/1_caching_per_user.md +++ b/htmgo-site/md/docs/5_performance/1_caching_per_user.md @@ -1,4 +1,4 @@ -## Caching Components Per User +### Caching Components Per User If you need to cache a component per user, you can use the `CachedPerKey` functions. These functions allow you to cache a component by a specific key. This key can be any string that uniquely identifies the user.