[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/src/Cache/ -> CacheControllerFactoryAwareInterface.php (source)

   1  <?php
   2  /**
   3   * Joomla! Content Management System
   4   *
   5   * @copyright  (C) 2022 Open Source Matters, Inc. <https://www.joomla.org>
   6   * @license    GNU General Public License version 2 or later; see LICENSE.txt
   7   */
   8  
   9  namespace Joomla\CMS\Cache;
  10  
  11  \defined('_JEXEC') or die;
  12  
  13  /**
  14   * Interface to be implemented by classes depending on a cache controller factory.
  15   *
  16   * @since  4.2.0
  17   */
  18  interface CacheControllerFactoryAwareInterface
  19  {
  20      /**
  21       * Set the cache controller factory to use.
  22       *
  23       * @param   CacheControllerFactoryInterface  $factory  The cache controller factory to use.
  24       *
  25       * @return  void
  26       *
  27       * @since   4.2.0
  28       */
  29  	public function setCacheControllerFactory(CacheControllerFactoryInterface $factory): void;
  30  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer