awc_cache
Details
| Name: | awc_cache |
| License: | Open Source (GPL).
Please
if we've saved you money or time.
|
Simple file cache class.
Massively improve the efficiency of your site by storing generated content/data.
Instead of re-generating the same content every time it's requested, using up precious server resources like
CPU processing time and database server connections,
pull a saved copy of your data from the cache. Set an expiry time to regenerate your content periodically.
With a zero-second expiry time, use as a file store with directories automatically
created as needed.
View Source Files:
- awc_cache-1.0/LICENSE (34.32Kb)
- awc_cache-1.0/README (2.50Kb)
- awc_cache-1.0/bin/trim_cache.sh (2.16Kb)
- awc_cache-1.0/inc/awc_cache.class.php (9.26Kb)