File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
use Rennokki \QueryCache \Query \Builder ;
7
7
8
8
/**
9
- * @method static bool flushQueryCache(string[] $array = [])
9
+ * @method static bool flushQueryCache(array $tags = [])
10
10
* @method static bool flushQueryCacheWithTag(string $string)
11
- * @method static \Illuminate\Database\Query\Builder|static cacheFor()
11
+ * @method static \Illuminate\Database\Query\Builder|static cacheFor(\DateTime|int|null $time )
12
12
* @method static \Illuminate\Database\Query\Builder|static cacheForever()
13
13
* @method static \Illuminate\Database\Query\Builder|static dontCache()
14
14
* @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()
15
+ * @method static \Illuminate\Database\Query\Builder|static cachePrefix(string $prefix )
16
+ * @method static \Illuminate\Database\Query\Builder|static cacheTags(array $cacheTags = [] )
17
+ * @method static \Illuminate\Database\Query\Builder|static appendCacheTags(array $cacheTags = [] )
18
+ * @method static \Illuminate\Database\Query\Builder|static cacheDriver(string $cacheDriver )
19
+ * @method static \Illuminate\Database\Query\Builder|static cacheBaseTags(array $tags = [] )
20
20
*/
21
21
trait QueryCacheable
22
22
{
You can’t perform that action at this time.
0 commit comments