PHP Classes

Cache variables: Cache variable values in PHP scripts

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 59%Total: 1,700 This week: 1All time: 2,317 This week: 571Up
Version License PHP version Categories
cache-variables 1.0GNU General Publi...5.0PHP 5, Cache, Code Generation
Description 

Author

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.

Innovation Award
PHP Programming Innovation award nominee
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
Picture of Piotrek M
Name: Piotrek M <contact>
Classes: 3 packages by
Country: United States United States
Age: 30
All time rank: 1194172 in United States United States
Week rank: 420 Up49 in United States United States Up
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Plain text file cache.class.php Class cache
Accessible without login Plain text file example Example example use

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,700
This week:1
All time:2,317
This week:571Up
User Ratings User Comments (2)
 All time
Utility:87%StarStarStarStarStar
Consistency:81%StarStarStarStarStar
Documentation:-
Examples:78%StarStarStarStar
Tests:-
Videos:-
Overall:59%StarStarStar
Rank:1253
 
Simple and effective.
10 years ago (ivan castaņeda)
67%StarStarStarStar
simple and effective, worked nicely for me.
12 years ago (Tom Berend)
65%StarStarStarStar