Description of ez_cache :
ez_cache ustilises the output buffering of php files to make script caching easy and faster. The user can define the maximum allowable age of the cache file. If the file becomes older than the said minutes, the PHP file will be reprocessed and the cache file will be replaced with a new copy. A default directory is specified in the script, but the user can configure a different directory.