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) : void
since |
4.2.0 |
---|
Arguments
- factory
\Joomla\CMS\Cache\CacheControllerFactoryInterface
The cache controller factory to use.