Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe PlgSystemCache
+ Graphe d'héritage de PlgSystemCache:

Fonctions membres publiques

 __construct (& $subject, $config)
 
 onAfterInitialise ()
 
 onAfterRender ()
 
 onAfterRespond ()
 

Champs de données

 $_cache
 
 $_cache_key
 

Fonctions membres protégées

 getCacheKey ()
 
 isExcluded ()
 

Attributs protégés

 $app
 

Description détaillée

Joomla! Page Cache Plugin.

Depuis
1.5

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( $subject,
  $config 
)

Constructor.

Paramètres
object&$subjectThe object to observe.
array$configAn optional associative array of configuration settings.
Depuis
1.5

Références $config, $options, et $subject.

Documentation des fonctions membres

◆ getCacheKey()

getCacheKey ( )
protected

Get a cache key for the current page based on the url and possible other factors.

Renvoie
string
Depuis
3.7

Références $key, $parts, et JEventDispatcher\getInstance().

◆ isExcluded()

isExcluded ( )
protected

Check if the page is excluded from the cache or not.

Renvoie
boolean True if the page is excluded else false
Depuis
3.5

Références $active, $results, et JEventDispatcher\getInstance().

◆ onAfterInitialise()

onAfterInitialise ( )

After Initialise Event. Checks if URL exists in cache, if so dumps it directly and closes.

Renvoie
void
Depuis
1.5

Références $data, $results, JEventDispatcher\getInstance(), et JDEBUG.

◆ onAfterRender()

onAfterRender ( )

After Render Event. Verify if current page is not excluded from cache.

Renvoie
void
Depuis
3.9.12

◆ onAfterRespond()

onAfterRespond ( )

After Respond Event. Stores page in cache.

Renvoie
void
Depuis
1.5

Documentation des champs

◆ $_cache

$_cache

◆ $_cache_key

$_cache_key

◆ $app

$app
protected

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