Cache File – Part File
Package:
Summary:
Cache PHP script output in files
Groups:
Author:
Description:
This class can be used to cache content in files.
It can capture the current script output and store it in cache files if these do not exist already or they have already expired.
The class can just dump the contents of a cache file and exit if the cache file already exists and did not yet expire.
It can capture the current script output and store it in cache files if these do not exist already or they have already expired.
The class can just dump the contents of a cache file and exit if the cache file already exists and did not yet expire.
Comments are closed.