Cache: MyCache
Payam (contact me)
This class can be used to cache the output of a script in a file.
If a cache file does not exist or is not up to date, the class capture the output of the current script and caches it for a given amount of time.
Next time the same cache file is accessed it is up to date, the class outputs the cached content.
The class can also remove specific cache files.
Click here for detailed information about this class on phpclasses.org