milkythinking / laravel-cacheable-eloquent
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.
Package info
github.com/hutushen222/laravel-eloquent-cache
pkg:composer/milkythinking/laravel-cacheable-eloquent
dev-master
2014-12-02 11:30 UTC
Requires
- laravel/framework: ~4.2
This package is not auto-updated.
Last update: 2024-01-01 23:23:39 UTC
README
- 创建
create() - 更新
save() - 删除
delete() -
软删除(最终落在softDelete()save()) - 单条主键查询
find() - 多条主键查询
find() - belongsTo
-
belongsToMany(join操作,无法缓存)
-EOF-