cache
cache copied to clipboard
Lite & fast micro PHP cache library that is **easy to use**.
## Before When load() is called on the filesystem adapter, the file modified time is not updated. As a result a file that is modified on 27th May will expire...
Added static code analysis and CI/CD check on cache repository
Fixed [issue #46](https://github.com/utopia-php/cache/issues/46): 1. Configured Laravel Pint to settings of [open-runtimes/executor](https://github.com/open-runtimes/executor). 2. Modified formatting and linting scripts to run according to Pint configuration. 3. Modified linter workflow to match that...
This PR implements auto reconnection for the redis cache, adding `setMaxRetries` which defaults to 0 and `setRetryDelay` which defaults to 1000
## Introduction Code formatting is a necessary step of development to keep the code readable and maintainable. It often comes in a pair with a linter, which is an automated...
## Introduction Static code analysis allows programmers to check their code for bugs ahead of time. There are many ways to do it, but this one specifically understands code without...