Answers
Actually I would use memcache_pconnect() in place of that. These are the four things you'll be able to cache:
- Loading something from a file;
- Loading something from a database;
- Storing the result of something that takes significant time to calculate.

