This class can be used to cache the output of PHP scripts in files.
It checks if a given cache file exists and is updated. If it is updated, it outputs the cached content. Otherwise it starts capturing the output of the current script.
When the script is done outputting the content to be cached, it should call the class again to check the cache. Then the class updates the captured output.
The class may cache nested scripts that output several blocks of content stored in different cached files and with eventually different expiration times.
This package also comes with a plug-in to cache output of pages generated with Smarty templates.
The class may also cache the serialized values of objects and other types of variables.
|
|
| Name: |
Cache output and objects |
| Base name: |
cache |
| Description: |
Cache the output of PHP scripts in files |
| Version: |
1.0 |
| PHP version: |
4.2 |
| License: |
Custom (specified in a license file) |
| All time users: |
3394 users |
| All time rank: |
897 |
| Week users: |
1 user |
| Week rank: |
2150  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (88.6%) |
Good (86.4%) |
Sufficient (72.7%) |
Sufficient (79.5%) |
- |
- |
Sufficient (68.2%) |
296 |
| Month: |
Not yet rated by the users |
| |
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 |
|
|