small fix

This commit is contained in:
maddalax 2024-10-15 10:40:13 -05:00
parent f62d47e2fb
commit 55bfb4d997

View file

@ -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. 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. These functions allow you to cache a component by a specific key. This key can be any string that uniquely identifies the user.