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. |
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.
| File |
Role |
Description |
gimmecache.php |
??? |
The cache class file (include it in your scripts) |
howtouseit.htm |
??? |
Article explaining how to use gimmecache |