![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
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 | |
Joomla! Page Cache Plugin.
| __construct | ( | & | $subject, |
| $config | |||
| ) |
|
protected |
Get a cache key for the current page based on the url and possible other factors.
Références $key, $parts, et JEventDispatcher\getInstance().
|
protected |
Check if the page is excluded from the cache or not.
Références $active, $results, et JEventDispatcher\getInstance().
| onAfterInitialise | ( | ) |
After Initialise Event. Checks if URL exists in cache, if so dumps it directly and closes.
Références $data, $results, JEventDispatcher\getInstance(), et JDEBUG.
| onAfterRender | ( | ) |
After Render Event. Verify if current page is not excluded from cache.
| onAfterRespond | ( | ) |
After Respond Event. Stores page in cache.
| $_cache |
| $_cache_key |
|
protected |