Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'espace de nommage Joomla\CMS\Cache

Espaces de nommage

 Controller
 
 Exception
 
 Storage
 

Structures de données

class  Cache
 
class  CacheController
 
class  CacheControllerFactory
 
interface  CacheControllerFactoryAwareInterface
 
interface  CacheControllerFactoryInterface
 
class  CacheStorage
 

Fonctions

 getCacheControllerFactory ()
 
 setCacheControllerFactory (CacheControllerFactoryInterface $cacheControllerFactory=null)
 

Variables

trait CacheControllerFactoryAwareTrait
 

Description détaillée

Joomla! Content Management System

Joomla! Content Management System

Joomla! Content Management System

Joomla! Content Management System

Joomla! Content Management System

Documentation des fonctions

◆ getCacheControllerFactory()

Joomla\CMS\Cache\getCacheControllerFactory ( )
protected

◆ setCacheControllerFactory()

Joomla\CMS\Cache\setCacheControllerFactory ( CacheControllerFactoryInterface  $cacheControllerFactory = null)

Set the cache controller factory to use.

Paramètres
CacheControllerFactoryInterface$cacheControllerFactoryThe cache controller factory to use.
Renvoie
void
Depuis
4.2.0

Documentation des variables

◆ CacheControllerFactoryAwareTrait

trait CacheControllerFactoryAwareTrait
Valeur initiale :
{
private $cacheControllerFactory

Defines the trait for a CacheControllerFactoryInterface Aware Class.

Depuis
4.2.0