\Omega\Cache\ServiceProvider CacheServiceProvider

Cache service provider class.

The CacheServiceProvider class is responsible for providing cache-related services to the framework. It defines the available cache drivers and their factory methods.

Summary

Methods
Properties
Constants
bind
No public properties found
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
No private properties found
No private constants found

Methods

bind()

bind(\Omega\Application\Application  $application) : void

Registers or binds services into the application container.

Parameters

\Omega\Application\Application $application

Holds the main application container to which services are bound.

Returns

void —

This method does not return a value.