X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/Cache
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
Cache
/
📁
..
📄
Factory.php
(263 B)
📄
Lock.php
(818 B)
📄
LockProvider.php
(565 B)
📄
LockTimeoutException.php
(118 B)
📄
Repository.php
(2.55 KB)
📄
Store.php
(1.86 KB)
Editing: Factory.php
<?php namespace 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); }
Upload File
Create Folder