/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Console
/
Scheduling
/
Upload File
HOME
<?php namespace Illuminate\Console\Scheduling; interface CacheAware { /** * Specify the cache store that should be used. * * @param string $store * @return $this */ public function useStore($store); }