Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
get ($id=false, $group='page') | |
store ($data, $id, $group=null, $wrkarounds=true) | |
Fonctions membres publiques hérités de CacheController | |
__construct ($options) | |
__call ($name, $arguments) | |
Fonctions membres protégées | |
_makeId () | |
_noChange () | |
_setEtag ($etag) | |
Attributs protégés | |
$_id | |
$_group | |
$_locktest = null | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de CacheController | |
static | getInstance ($type='output', $options=array()) |
static | addIncludePath ($path='') |
Champs de données hérités de CacheController | |
$cache | |
$options | |
Joomla! Cache page type object
|
protected |
|
protected |
There is no change in page data so send an unmodified header and die gracefully
Références $app, et Factory\getApplication().
|
protected |
Set the ETag header in the response
string | $etag | The entity tag (etag) to set |
Références Factory\getApplication().
get | ( | $id = false , |
|
$group = 'page' |
|||
) |
Get the cached page data
boolean | $id | The cache data ID |
string | $group | The cache data group |
Références $data, $id, $this, Cache\getWorkarounds(), et null.
Stop the cache buffer and store the cached data
mixed | $data | The data to store |
string | $id | The cache data ID |
string | $group | The cache data group |
boolean | $wrkarounds | True to use workarounds |
Références $data, $id, $result, $this, Factory\getApplication(), et Cache\setWorkarounds().
|
protected |
|
protected |
|
protected |