flysystem-cached-adapter icon indicating copy to clipboard operation
flysystem-cached-adapter copied to clipboard

Flysystem Adapter Cache Decorator.

Results 4 flysystem-cached-adapter issues
Sort by recently updated
recently updated
newest added

Array Optimisation Add Compatibility with PHP8 & PSR 2/3

This commit allow to config cache adapters with config settings as `case_sensitive`. This feature allow to integrate cache to adapters like Dropbox (and others) that are case insensitive. Tested on...

In some cases we get the following warning in our application: ``` Warning: array_key_exists() expects parameter 2 to be array, null given` ``` The only possible reason I found for...