File cache class

File cache class is a PHP class that can cache arbitrary data in files in order to reduce the time necessary to regenerate pages
Download

File cache class Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Manuel Lemos
  • Publisher web site:
  • http://www.phpclasses.org/browse/package/120.html

File cache class Tags


File cache class Description

File cache class is a PHP class that can cache arbitrary data in files in order to reduce the time necessary to regenerate pages File cache class is a PHP class that can cache arbitrary data in files in order to reduce the time necessary to regenerate pages or other types of data that do not change every time they are requested.The library features safe locking of cache files to avoid data corruption caused by simultaneous accesses during cache file updates, portable locking schemes, and the ability to set a cache expiry date or timeout period.Cache files can store user-defined headers besides the cached data, and also standard headers used in HTTP like content-length:, date:, expires:, etag:, etc. It has been tested under Linux, SunOS and Windows.


File cache class Related Software