C
C#8mo ago
v0fbu1vm

Caching?

I have been meaning to ask a question about caching. How do you determine what data to cache and when?
4 Replies
v0fbu1vm
v0fbu1vmOP8mo ago
I'm sort of new to caching and just cannot wrap my head around it.
Angius
Angius8mo ago
If it doesn't change often but is accessed often, it's a good candidate for caching
Kouhai
Kouhai8mo ago
And sometimes even if it's changing frequently like messaging apps, it's worth caching the messages because getting the messages from the database everyime a new user opens a chat windows would not be ideal
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?