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
StarStarStarStar 63%Total: 1,698 All time: 2,318 This week: 160Up
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: 29
All time rank: 1197172 in United States United States
Week rank: 387 Up40 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,698
This week:0
All time:2,318
This week:160Up
User Ratings User Comments (2)
 All time
Utility:92%StarStarStarStarStar
Consistency:85%StarStarStarStarStar
Documentation:-
Examples:82%StarStarStarStarStar
Tests:-
Videos:-
Overall:63%StarStarStarStar
Rank:1026
 
Simple and effective.
10 years ago (ivan castaņeda)
67%StarStarStarStar
simple and effective, worked nicely for me.
11 years ago (Tom Berend)
65%StarStarStarStar