Page 1 of 1

cache

Posted: Tue Jun 17, 2008 4:33 am
by ragnis12
what is the cache system good for?

Re: cache

Posted: Tue Jun 17, 2008 5:20 am
by onion2k
Caching things. :wink:

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.