Файл vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheAware.php Вес запакованого файла 167b (167 b) Вес распакованого файла: 238b (238 b) Метод сжатия: 8
<?php
namespace Illuminate\Console\Scheduling;
interface CacheAware
{
/**
* Specify the cache store that should be used.
*
* @param string $store
* @return $this
*/
public function useStore($store);
}