cache
Moderator: General Moderators
Re: cache
Caching things.
Caching means the server saves a copy of whatever is cached in a way that it can retrieve faster. So things speed up. However, if you're not careful the version that's cached will be loaded rather than the latest version, so users can see old content.
Caching means the server saves a copy of whatever is cached in a way that it can retrieve faster. So things speed up. However, if you're not careful the version that's cached will be loaded rather than the latest version, so users can see old content.