• File: CacheAware.php
  • Full Path: /home/masbinta/public_html/core/vendor/laravel/framework/src/Illuminate/Console/Scheduling/CacheAware.php
  • File size: 238 bytes
  • MIME-type: text/x-php
  • Charset: utf-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);
}