资 源 简 介
PHP Simple Cache is an easy to implement caching system for PHP driven websites.
It does:
Create a cached file of dynamic content, writing it to a static file
Provide for time-out of cached content (cache is recreated after specified time)
Allow bypassing of cache on a per-page basis
It does not:
Prevent PHP from loading, in fact it requires it. However, since the caching system is preventing calls to the database along with any other dynamic content, the strain on the server will be reduced.
Serve pre-compiled PHP code
Requirements:
PHP 4.x or higher
CURL support