depage-cache is a simple caching class with different backends that are interchangable
- simple to use
- saves all serializable objects
- different interchangable backends:
- File
- Redis
- Uncached
- transparent fallback to file caching if memory caching is not available with the disposition "memory" option
- unit tested
- PHP >= 7.2
- redis extension for redis provider
- You can fork us at: http://github.com/depage/depage-cache/