This class can set and get values stored in cache files.
The class can check if a given cache file exists and has not expired. If so, it retrieves the file data and unserializes variable values into an auxiliary class object.
The auxiliary object can be used to store and retrieve any cached variable values.
When the cache is close the main class saves the variable values to the cache file.
|
|
| Name: |
Easy Cache |
| Base name: |
easy-cache |
| Description: |
Set and get values stored in cache files |
| Version: |
1.0 |
| PHP version: |
5.1 |
| License: |
BSD License |
| All time users: |
359 users |
| All time rank: |
5753 |
| Week users: |
0 users |
| Week rank: |
2072  |
| |
|
| 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 |
|
|
| File |
Role |
Description |
easycache.php |
Class |
This is a simple file and Serializable Interface based cache class for PHP. |