think-orm
think-orm copied to clipboard
避免cache更新
2.0版
https://github.com/top-think/think-orm/blob/2.0/src/db/BaseQuery.php
786行 $this->options['cache'] = [$key, $expire, $tag ?: $this->getTable()];
中的 ?: 改成 ??
tag传入空串''可避免删除所有cache