Download the PHP package waljqiang/cache without Composer
On this page you can find all versions of the php package waljqiang/cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cache
Nova\Cache
Features
-
支持常用缓存。
- 目前仅提供redis缓存方式,redis缓存使用predis/predis,
github地址:https://github.com/nrk/predis.
packagelist地址:https://packagist.org/packages/predis/predis.
-
可自行扩展使用自己的缓存类
- 支持缓存开关
使用
-
redis作为缓存使用
1.引入自动加载。
2.缓存配置type配置成redis
3.获取缓存实例
4.按照predis/predis文档调用相关方法即可
-
扩展自己缓存类
1.必须继承Nova\Cache\Cache类。
2.必须实现Nova\Cache\Driver\CacheInterface接口。
All versions of cache with dependencies
PHP Build Version
Package Version
The package waljqiang/cache contains the following files
Loading the files please wait ....