File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 88/**
99 * @method static bool flushQueryCache(string[] $array = [])
1010 * @method static bool flushQueryCacheWithTag(string $string)
11+ * @method static \Illuminate\Database\Query\Builder|static cacheFor()
1112 * @method static \Illuminate\Database\Query\Builder|static cacheForever()
1213 * @method static \Illuminate\Database\Query\Builder|static dontCache()
1314 * @method static \Illuminate\Database\Query\Builder|static doNotCache()
15+ * @method static \Illuminate\Database\Query\Builder|static cachePrefix()
16+ * @method static \Illuminate\Database\Query\Builder|static cacheTags()
17+ * @method static \Illuminate\Database\Query\Builder|static appendCacheTags()
18+ * @method static \Illuminate\Database\Query\Builder|static cacheDriver()
19+ * @method static \Illuminate\Database\Query\Builder|static cacheBaseTags()
1420 */
1521trait QueryCacheable
1622{
You can’t perform that action at this time.
0 commit comments