|
|
| Name: |
gimmeCache |
| Base name: |
gimmecache |
| Description: |
SImple to use but powerful caching class. |
| Related classes: |
mysql cache, refresh, cache mysql, database cache |
| Version: |
- |
| PHP version: |
- |
| License: |
Unspecified (ask the author) |
| All time users: |
1328 users |
| All time rank: |
2443 |
| Week users: |
0 users |
| Week rank: |
2356 |
| |
|
This class provides a simple interface for cacheing all or just code intensive parts of a script. It can cache to files or to a mysql database. Includes workarounds for caching pages with session information etc.
This speeds up the serving of your web pages, especially when used to cache big, ugly time-consuming database queries.
It includes the option to refresh caches after a certain number of seconds have passed, or after a specified date (useful for pages you want refreshed once a day).
For more details see www.samscripts.com
| There are not enough user ratings to display for this class. |
| |
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 |
gimmecache.php |
??? |
The cache class file (include it in your scripts) |
howtouseit.htm |
??? |
Article explaining how to use gimmecache |