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 71203fc commit 9b65cb4Copy full SHA for 9b65cb4
src/Illuminate/Support/Facades/Cache.php
@@ -38,6 +38,7 @@
38
* @method static bool deleteMultiple(iterable $keys)
39
* @method static bool clear()
40
* @method static \Illuminate\Cache\TaggedCache tags(array|mixed $names)
41
+ * @method static string|null getName()
42
* @method static bool supportsTags()
43
* @method static int|null getDefaultCacheTime()
44
* @method static \Illuminate\Cache\Repository setDefaultCacheTime(int|null $seconds)
0 commit comments