File cache class 2008.02.03 (Default branch) |
|
|
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. It 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.
License: Freely Distributable
Changes:
This release fixes a bug that was preventing the
reading of cache file headers longer than the
default file buffering length limit.
|