Back to Joomla project (class list)

Class CacheControllerFactory - list of methods

Default factory for creating CacheController objects

Extends

Package: Joomla\CMS\Cache
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Cache/CacheControllerFactory.php
Project: Joomla

Method Summary

public \Joomla\CMS\Cache\CacheController
(mixed $type = 'output', mixed $options = array())

Method to get an instance of a cache controller.
Parameters
  • string $type The cache object type to instantiate
  • array $options Array of options
Returns
  • \Joomla\CMS\Cache\CacheController
Since
  • 4.0.0
-
  • \RuntimeException
Show source code of this method: createCacheController Source Code

Tags Summary

Since
4.0.0