Preview: CacheAware.php
Size: 238 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheAware.php
<?php
namespace Illuminate\Console\Scheduling;
interface CacheAware
{
/**
* Specify the cache store that should be used.
*
* @param string $store
* @return $this
*/
public function useStore($store);
}
Directory Contents
Dirs: 0 × Files: 19