Download the PHP package devweyes/cache without Composer
On this page you can find all versions of the php package devweyes/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
cache 缓存
1. 介绍
- 完全遵循PSR16 cache组件,支持传统静态调用,注入调用,注解调用,事件绑定等。只需一个闭包即可支持分布式原子锁。
2. 配置
2.1 composer
2.2 无需额外配置,中包含默认配置(可覆盖 key名需相同)。
3. 使用
3.1 基本使用
3.2 事件支持
- 缓存清除事件,事件方式清除,无需关心key名。仅支持注解CachePut与CacheRemember。
3.3 原子锁
- 暂只支持reids驱动
- 常见场景:分布式定时任务。前提需连接同一缓存服务器
All versions of cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>7.1
swoft/cache Version ~2.0.0
swoft/stdlib Version ~2.0.0
swoft/bean Version ~2.0.0
swoft/cache Version ~2.0.0
swoft/stdlib Version ~2.0.0
swoft/bean Version ~2.0.0
The package devweyes/cache contains the following files
Loading the files please wait ....