CacheControllerFactoryAwareTrait
Defines the trait for a CacheControllerFactoryInterface Aware Class.
since |
4.2.0 |
---|---|
package |
Joomla CMS |
Methods
getCacheControllerFactory
Get the CacheControllerFactoryInterface.
getCacheControllerFactory() : \Joomla\CMS\Cache\CacheControllerFactoryInterface
since |
4.2.0 |
---|
Response
\Joomla\CMS\Cache\CacheControllerFactoryInterface
setCacheControllerFactory
Set the cache controller factory to use.
setCacheControllerFactory(\Joomla\CMS\Cache\CacheControllerFactoryInterface cacheControllerFactory = null) : void
since |
4.2.0 |
---|
Arguments
- cacheControllerFactory
\Joomla\CMS\Cache\CacheControllerFactoryInterface
The cache controller factory to use.
Properties
cacheControllerFactory
CacheControllerFactoryInterface