think-orm icon indicating copy to clipboard operation
think-orm copied to clipboard

避免cache更新

Open zhh2100 opened this issue 2 years ago • 0 comments

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

zhh2100 avatar Apr 17 '23 10:04 zhh2100