PHP Classes / MyCache

Cache script output in files

MyCache PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags