Download the PHP package w7/rangine-cache-model without Composer
On this page you can find all versions of the php package w7/rangine-cache-model. 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 rangine-cache-model
w7Laravel
使用说明
1. 注册 Psr\SimpleCache\CacheInterface
实现
2. 继承 W7\Laravel\CacheModel\Model
3. 使用
find($id)
find($ids)
仅限指定 id 查询,不限定返回列。
$model->save();
删除缓存。
$model->update();
删除缓存
$model->delete();
删除缓存
Member::flush();
清空指定表的缓存
Cache::flush();
All versions of rangine-cache-model with dependencies
PHP Build Version
Package Version
The package w7/rangine-cache-model contains the following files
Loading the files please wait ....