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 232adea + a7d986a commit 5e48614Copy full SHA for 5e48614
src/Traits/QueryCacheable.php
@@ -5,6 +5,11 @@
5
use Rennokki\QueryCache\FlushQueryCacheObserver;
6
use Rennokki\QueryCache\Query\Builder;
7
8
+/**
9
+ * @method static \Illuminate\Database\Query\Builder|static cacheForever()
10
+ * @method static \Illuminate\Database\Query\Builder|static dontCache()
11
+ * @method static \Illuminate\Database\Query\Builder|static doNotCache()
12
+ */
13
trait QueryCacheable
14
{
15
/**
0 commit comments