This class can be used to cache content in files.
It checks whether a given cache file exists. If it exists and is not expired, the class returns the cache file contents. If it has expired, the class removes the cache file.
If the cache file does not exist, the class can create a new cache file with from fresh content.
The path of the directory where the cache files are stored is configurable.
|
|
| Name: |
Content cache class |
| Base name: |
cache_zip |
| Description: |
Cache content in files |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
617 users |
| All time rank: |
4358 |
| Week users: |
1 user |
| Week rank: |
2089  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use 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.
| |
Files |
|
|
| File |
Role |
Description |
cache.php |
Class |
cache class |