Cache variables
Package:
Summary:
Cache variable values in PHP scripts
Groups:
Author:
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.
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.
Comments are closed.