Class for caching of full pages or frequently used blocks. It uses the filesystem to avoid database connections bottlenecks. It caches pages using the name of the script and allowed query_strings. You can see it in use at: http://www.todoelsexo.com, caching category pages and different blocks. It can serve normal html or even gzipped content, if the server and the user navigator allow it.