depage / cache
depage-cache is a simple caching class with different backends that are interchangable.
Installs: 619
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/depage/cache
Requires
- php: >= 5.3
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-25 15:26:38 UTC
README
depage-cache is a simple caching class with different backends that are interchangable
Features
- 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
Prerequisites
- PHP >= 7.2
- redis extension for redis provider
For more information
- You can fork us at: http://github.com/depage/depage-cache/