 |
|
Innovation award
 Nominee: 1x |
This class can be used to cache variable values in PHP scripts.
It can take the value of a variable and generate a cache file, if it does not exist already, that is PHP script that assigns the variable value.
The class can also load variable value from the cache file script if it exists and it is not expired.
The cache file may be invalidated by removing the cache file script.
|
|
| Name: |
Cache variables |
| Base name: |
cache-variables |
| Description: |
Cache variable values in PHP scripts |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
1348 users |
| All time rank: |
2517 |
| Week users: |
6 users |
| Week rank: |
401  |
| |
|
 January 2010
Number 10 |
Sometimes it is necessary to store the results of an intensive processing job in a cache storage, so it can be reused many times without having to go through the same intensive processing job again.
This class provides a solution for storing the values of variables that result from a processing job.
It generates a PHP script file that assigns the values of the variables. This way it can be loaded much faster using a PHP opcode cache extension that may be available under the current PHP installation.
Manuel Lemos |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Perfect (100.0%) |
Good (91.7%) |
- |
Good (91.7%) |
- |
- |
Sufficient (68.3%) |
290 |
| 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 |
|
|