pilulka / cache
此包已被弃用,不再维护。未建议替代包。
dev-master
2016-07-15 21:37 UTC
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 缓存包是受 Laravel 缓存合约强烈启发的非常简单的缓存服务。
- RedisCache - 用于大型项目(如果需要缓存大量数据)
- IncludeCache - 与 PHP 加速器(例如 opcache)配合使用,速度非常快
- FileCache - 使用 PHP 序列化
- ArrayCache - 对按请求缓存很有用(例如,用于简单的数据库层)