Cache: File cache class
Manuel Lemos (contact me)
Class that can cache arbitrary data in files in order to reduce the time necessary to regenerate pages or other types of data that does not change every time it is requested.
It features:
- Safe locking of cache files to avoid data corruption caused by simultaneous accesses during cache file updates.
- Portable locking schemes. Tested under Linux, SunOS and Windows.
- Ability to set 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..
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (87.5%)
| Sufficient (75.0%)
| Sufficient (70.8%)
| Sufficient (65.9%)
| -
| -
| Sufficient (64.9%)
| 369 |
Click here for detailed information about this class on phpclasses.org