PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Cache
<?php namespace RectorPrefix202411\Illuminate\Contracts\Cache; interface Factory { /** * Get a cache store instance by name. * * @param string|null $name * @return \Illuminate\Contracts\Cache\Repository */ public function store($name = null); }
[+]
..
[-] Lock.php
[edit]
[-] LockProvider.php
[edit]
[-] Repository.php
[edit]
[-] Store.php
[edit]
[-] Factory.php
[edit]
[-] LockTimeoutException.php
[edit]