Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe CacheController
+ Graphe d'héritage de CacheController:

Fonctions membres publiques

 __construct ($options)
 
 __call ($name, $arguments)
 

Fonctions membres publiques statiques

static getInstance ($type='output', $options=array())
 
static addIncludePath ($path='')
 

Champs de données

 $cache
 
 $options
 

Description détaillée

Public cache handler

Depuis
1.7.0
Note
As of 4.0 this class will be abstract

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $options)

Constructor

Paramètres
array$optionsArray of options
Depuis
1.7.0

Références $option, $options, et $value.

Documentation des fonctions membres

◆ __call()

__call (   $name,
  $arguments 
)

Magic method to proxy CacheController method calls to Cache

Paramètres
string$nameName of the function
array$argumentsArray of arguments for the function
Renvoie
mixed
Depuis
1.7.0

Références $name.

◆ addIncludePath()

static addIncludePath (   $path = '')
static

Add a directory where Cache should search for controllers. You may either pass a string or an array of directories.

Paramètres
array | string$pathA path to search.
Renvoie
array An array with directory elements
Depuis
1.7.0
Obsolète:
5.0 Use the cache controller factory instead

Références $path, et Path\clean().

◆ getInstance()

static getInstance (   $type = 'output',
  $options = array() 
)
static

Returns a reference to a cache adapter object, always creating it

Paramètres
string$typeThe cache object type to instantiate; default is output.
array$optionsArray of options
Renvoie
CacheController
Depuis
1.7.0
Exceptions

Références $class, $options, $path, $type, class, Path\find(), Factory\getContainer(), et JLoader\register().

Documentation des champs

◆ $cache

$cache

◆ $options

$options

La documentation de cette classe a été générée à partir du fichier suivant :