|
|
| Name: |
gCache |
| Base name: |
gcache |
| Description: |
Capture and cache Web page content |
| Version: |
3.0 |
| PHP version: |
3.0 |
| License: |
Public Domain |
| All time users: |
707 users |
| All time rank: |
3813 |
| Week users: |
0 users |
| Week rank: |
2364 |
| |
|
 |
|
Innovation award
 Nominee: 23x
Winner: 5x |
This class can be used to capture and cache Web page content.
It can store cached content in files of a given directory. It uses an OS independent file locking to prevent that simultaneous attempts to update the cache files corrupt them.
First it checks whether the cache file exist and has not expired. In that case it retrieves the cache content into a class variable.
If the cache does not exist or has expired, the class can start capturing the output of the current script. When the script is done, the class can store the captured content in the cache file.
| Project record: |
gcache |
| Popularity score: |
21.86 |
| Vitality score: |
42.32 |
| 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 |
.dummy |
Data |
Dummy file for create the "cache" folder |