PHP FastFileCache 0.1b review

Download
by rbytes.net on

PHP FastFileCache caches output from dynamic PHP scripts, and stores them in files for fast retrieval under high server load. Requ

License: Freeware
File size: 2K
Developer: Ake Wallebom
0 stars award from rbytes.net

PHP FastFileCache caches output from dynamic PHP scripts, and stores them in files for fast retrieval under high server load.

Requirements:
PHP
PHP 4
File-locking must be enabled (The flock() function is used)
Tested with PHP 4.2.2
Short-tags must be enabled in php.ini!
Web Server
The web server must have write permission in a directory on the system. Because of flock()-use in PHP - this directory cannot reside on an NFS mount.

Here are some key features of "PHP FastFileCache":
Easy to use - just include two files in your current dynamic page (at top and bottom).
Caches output data in plain files in a directory of choice
Timeout setting in seconds-until-old
Per-file cache timeout override
Faster than PEAR Cache-Lite
Implements file-locking to prevent data corruption and unnecessary processing
Can cache dynamic pages that take parameters to display different data (like article_id=#)
It's FREE of charge

PHP FastFileCache 0.1b keywords