This class can Store and retrieve cache data with APC or files.
It can store a given data string using the PHP APC extension if it is available. Alternatively, it uses files in a given directory as cache container.
The class can also check if a cache entry exists and retrieve its value.
|
|
| Name: |
PHP APC Cache class |
| Base name: |
eccaching |
| Description: |
Store and retrieve cache data with APC or files |
| Version: |
1.0 |
| PHP version: |
5.2 |
| Licenses: |
BSD License
GNU Free Documentation License (FDL)
GNU General Public License (GPL) |
| All time users: |
174 users |
| All time rank: |
6823 |
| Week users: |
3 users |
| Week rank: |
974  |
| |
|
| 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 |
ecCache.php |
Class |
the caching class |