milkythinking/

laravel-cacheable-eloquent

此包已 弃用 且不再维护。未建议替代包。
此包最新版本(dev-master)没有可用的许可信息。

dev-master 2014-12-02 11:30 UTC

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-