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.
1 parent 2d64b53 commit 0996571Copy full SHA for 0996571
src/Traits/QueryCacheable.php
@@ -5,6 +5,10 @@
5
use Rennokki\QueryCache\FlushQueryCacheObserver;
6
use Rennokki\QueryCache\Query\Builder;
7
8
+/**
9
+ * @method static bool flushQueryCache(string[] $array = [])
10
+ * @method static bool flushQueryCacheWithTag(string $string)
11
+ */
12
trait QueryCacheable
13
{
14
/**
0 commit comments