Skip to content

Commit

Permalink
Merge pull request #72 from DeepDiver1975/feat/annotations-QueryCache…
Browse files Browse the repository at this point in the history
…able

feat: add flushQueryCache and flushQueryCacheWithTag as annotations t…
  • Loading branch information
rennokki authored Jul 16, 2021
2 parents 5e48614 + c339867 commit b7b3bef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Traits/QueryCacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
use Rennokki\QueryCache\Query\Builder;

/**
* @method static bool flushQueryCache(string[] $array = [])
* @method static bool flushQueryCacheWithTag(string $string)
* @method static \Illuminate\Database\Query\Builder|static cacheForever()
* @method static \Illuminate\Database\Query\Builder|static dontCache()
* @method static \Illuminate\Database\Query\Builder|static doNotCache()
Expand Down

0 comments on commit b7b3bef

Please sign in to comment.