We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e48614 + c339867 commit b7b3befCopy full SHA for b7b3bef
src/Traits/QueryCacheable.php
@@ -6,6 +6,8 @@
6
use Rennokki\QueryCache\Query\Builder;
7
8
/**
9
+ * @method static bool flushQueryCache(string[] $array = [])
10
+ * @method static bool flushQueryCacheWithTag(string $string)
11
* @method static \Illuminate\Database\Query\Builder|static cacheForever()
12
* @method static \Illuminate\Database\Query\Builder|static dontCache()
13
* @method static \Illuminate\Database\Query\Builder|static doNotCache()
0 commit comments