Skip to content

Commit b7b3bef

Browse files
authored
Merge pull request #72 from DeepDiver1975/feat/annotations-QueryCacheable
feat: add flushQueryCache and flushQueryCacheWithTag as annotations t…
2 parents 5e48614 + c339867 commit b7b3bef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Traits/QueryCacheable.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
use Rennokki\QueryCache\Query\Builder;
77

88
/**
9+
* @method static bool flushQueryCache(string[] $array = [])
10+
* @method static bool flushQueryCacheWithTag(string $string)
911
* @method static \Illuminate\Database\Query\Builder|static cacheForever()
1012
* @method static \Illuminate\Database\Query\Builder|static dontCache()
1113
* @method static \Illuminate\Database\Query\Builder|static doNotCache()

0 commit comments

Comments
 (0)