Download the PHP package qingbing/zf-wave-cache without Composer
On this page you can find all versions of the php package qingbing/zf-wave-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 zf-wave-cache
zf-wave-cache
二级缓存实现,通过yac或memcache作为一级,redis或db作为二级实现
简介
- WaveCache缓存类提供了二级缓存的封装
- 可以自定义一级和二级缓存组件,组件默认封装了Yac和Memcache作为本地缓存,redis作为远端缓存
- 一级(本地高速)缓存组件需要继承 "\Zf\WaveCache\Interfaces\ILocalCache"
- 二级(远端缓存)缓存组件需要继承 "\Zf\WaveCache\Interfaces\IRemoteCache"
使用范例
All versions of zf-wave-cache with dependencies
PHP Build Version
Package Version
The package qingbing/zf-wave-cache contains the following files
Loading the files please wait ....