class FileCacheServiceProvider extendsServiceProvider

Methods

void
boot(Dispatcher$events)

Bootstrap the application events.

void
register()

Register the service provider.

array
provides()

Get the services provided by the provider.

registerScheduledPruneCommand(mixed$app)

Register the scheduled command to prune the file cache.

Details

at line20
void boot(Dispatcher$events)

Bootstrap the application events.

Parameters

Dispatcher $events

Return Value

void

at line44
void register()

Register the service provider.

Return Value

void

at line63
array provides()

Get the services provided by the provider.

Return Value

array

at line75
registerScheduledPruneCommand(mixed$app)

Register the scheduled command to prune the file cache.

Parameters

mixed $app Laravel or Lumen application instance.