Barryvdh\HttpCache\ServiceProvider::provides PHP Метод

provides() публичный Метод

Get the services provided by the provider.
public provides ( ) : array
Результат array
    public function provides()
    {
        return array(Esi::class, Store::class, StoreInterface::class, 'http_cache.cache_dir', 'http_cache.options', 'command.httpcache.clear');
    }