CacheControllerFactoryInterface
Interface defining a factory which can create CacheController objects
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
createCacheController
Method to get an instance of a cache controller.
createCacheController(string type = 'output', array options = array()) : \Joomla\CMS\Cache\CacheController
since |
4.0.0 |
---|---|
throws |
|
Arguments
- type
string
The cache object type to instantiate- options
array
Array of options
Response
\Joomla\CMS\Cache\CacheController