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 00c7e31 commit 53f4141Copy full SHA for 53f4141
src/Illuminate/Support/Facades/Cache.php
@@ -5,6 +5,7 @@
5
/**
6
* @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)
7
* @method static \Illuminate\Contracts\Cache\Repository driver(string|null $driver = null)
8
+ * @method static \Illuminate\Contracts\Cache\Repository memo(string|null $driver = null)
9
* @method static \Illuminate\Contracts\Cache\Repository resolve(string $name)
10
* @method static \Illuminate\Cache\Repository build(array $config)
11
* @method static \Illuminate\Cache\Repository repository(\Illuminate\Contracts\Cache\Store $store, array $config = [])
0 commit comments