CacheControllerFactoryAwareInterface

Interface to be implemented by classes depending on a cache controller factory.

since

4.2.0

package

Joomla CMS

Methods

setCacheControllerFactory

Set the cache controller factory to use.

setCacheControllerFactory(\Joomla\CMS\Cache\CacheControllerFactoryInterface factory) : 
since

4.2.0

Arguments

factory

CacheControllerFactoryInterfaceThe cache controller factory to use.

Response

void