ResultCache is a class used to cache output of a function in disk files.
This class is good for improving the performance of scripts that output the results of slow database queries. It can be used for caching data generated from other sources besides database query results.
On first call of the class, the function is executed and the returned data to is stored in a cache file. On subsequent calss, the data is retrieved from the cache file.
|
|
| Name: |
ResultCache |
| Base name: |
resultcache |
| Description: |
Cache the output generated by a functions |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU Free Documentation License (FDL) |
| All time users: |
604 users |
| All time rank: |
4414 |
| Week users: |
0 users |
| Week rank: |
2383  |
| |
|
| 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 |
|
|