RW-File-Cache icon indicating copy to clipboard operation
RW-File-Cache copied to clipboard

🗄️ PHP File-based Caching Library

Results 5 RW-File-Cache issues
Sort by recently updated
recently updated
newest added

Hi i use Windows 10 and get error: `Your PHP installation does not support `sys_getloadavg` (Windows?). Please set `unixLoadUpperThreshold` to `-1` in your RWFileCache config.` After it i set `unixLoadUpperThreshold`...

Please add support for some kind of `has()` API, or at least return something magic from get() to indicate a miss, like a singleton instance of `RWFileCache\Miss` or something. Returning...

If you switch gzip compression on, and RW File Cache attempts to get an already existing non-compressed cache, it attempts to decompress it. This gives a PHP warning. ``` PHP...

Move the exception code except when the config param is setted to -1