pilulka / cache
Installs: 30 080
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- predis/predis: ^1.1
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2021-04-03 08:08:01 UTC
README
Pilulka cache packages are very simple caching services which are strongly inspired by Laravel cache contracts.
- RedisCache - use with bigger projects (if you need to cache a lot of data)
- IncludeCache - very fast with php accelerators (e.g. opcache)
- FileCache - use php serialization
- ArrayCache - useful for per-request caching (e.g. for simple database layers)