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 7958277 + 1da8bcd commit dcda66dCopy full SHA for dcda66d
src/Illuminate/Support/Facades/Cache.php
@@ -3,6 +3,7 @@
3
namespace Illuminate\Support\Facades;
4
5
/**
6
+ * @method static \Illuminate\Cache\TaggedCache tags(array|mixed $names)
7
* @method static \Illuminate\Contracts\Cache\Lock lock(string $name, int $seconds = 0, mixed $owner = null)
8
* @method static \Illuminate\Contracts\Cache\Lock restoreLock(string $name, string $owner)
9
* @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)
0 commit comments