Cache variables

Package:
Cache variables
Summary:
Cache variable values in PHP scripts
Groups:
Cache, Code Generation, PHP 5
Author:
Piotrek M
Description:
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.


Powered by Gewgley