File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5
5
/**
6
6
* @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)
7
7
* @method static \Illuminate\Contracts\Cache\Repository driver(string|null $driver = null)
8
+ * @method static \Illuminate\Contracts\Cache\Repository resolve(string $name)
8
9
* @method static \Illuminate\Cache\Repository repository(\Illuminate\Contracts\Cache\Store $store)
9
10
* @method static void refreshEventDispatcher()
10
11
* @method static string getDefaultDriver()
38
39
* @method static int|null getDefaultCacheTime()
39
40
* @method static \Illuminate\Cache\Repository setDefaultCacheTime(int|null $seconds)
40
41
* @method static \Illuminate\Contracts\Cache\Store getStore()
42
+ * @method static \Illuminate\Cache\Repository setStore(\Illuminate\Contracts\Cache\Store $store)
41
43
* @method static \Illuminate\Contracts\Events\Dispatcher getEventDispatcher()
42
44
* @method static void setEventDispatcher(\Illuminate\Contracts\Events\Dispatcher $events)
43
45
* @method static void macro(string $name, object|callable $macro)
You can’t perform that action at this time.
0 commit comments