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
setCacheControllerFactory
Set the cache controller factory to use.
setCacheControllerFactory(\Joomla\CMS\Cache\CacheControllerFactoryInterface cacheControllerFactory = null) :
since |
4.2.0 |
---|
Arguments
- cacheControllerFactory
CacheControllerFactoryInterface
The cache controller factory to use.
Response
void
Properties
cacheControllerFactory
CacheControllerFactoryInterface