This class can be used to cache content in files.
It can check if a given cache file exists and it has not expired. In that case it returns the cached content stored in the cache file.
If the cache file does not exist or the cached content has expired, the cache file may be refreshed with new content.
The class may also invalidate cached content by removing the respective file if it exists.
The cache expiry time and the cache file name extension are configurable details.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| On my Blog |
Blog page with some more details and link to an example or two |
| File |
Role |
Description |
index.php |
Example |
Demo of the ReallySimpleContentCache class for the simplest usage |
index2.php |
Example |
Demo for the ReallySimpleContentCache class, more advanced usage |
ReallySimpleContentCache.php |
Class |
Class file for the ReallySimpleContentCache class |