Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
get ($id=false, $group= 'page') | |
store ($data, $id, $group=null, $wrkarounds=true) | |
Fonctions membres publiques inherited from JCacheController | |
__construct ($options) | |
__call ($name, $arguments) | |
setCaching ($enabled) | |
setLifeTime ($lt) |
Fonctions membres protégées | |
_makeId () | |
_noChange () | |
_setEtag ($etag) |
Attributs protégés | |
$_id | |
$_group | |
$_locktest = null |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JCacheController | |
static | getInstance ($type= 'output', $options=array()) |
static | addIncludePath ($path= '') |
Attributs publics inherited from JCacheController | |
$cache | |
$options |
|
protected |
Generate a page cache id
Définition à la ligne 176 du fichier page.php.
Références JCache\makeId().
|
protected |
There is no change in page data so send an unmodified header and die gracefully
Définition à la ligne 189 du fichier page.php.
Références JFactory\getApplication().
|
protected |
Set the ETag header in the response
string | $etag | The entity tag (etag) to set |
Définition à la ligne 207 du fichier page.php.
Références JFactory\getApplication().
JCacheControllerPage::get | ( | $id = false , |
|
$group = 'page' |
|||
) |
Get the cached page data
string | $id | The cache data id |
string | $group | The cache data group |
Réimplémentée à partir de JCacheController.
Définition à la ligne 49 du fichier page.php.
Références JCache\getWorkarounds().
JCacheControllerPage::store | ( | $data, | |
$id, | |||
$group = null , |
|||
$wrkarounds = true |
|||
) |
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 wrkarounds |
Réimplémentée à partir de JCacheController.
Définition à la ligne 120 du fichier page.php.
Références JFactory\getApplication(), et JCache\setWorkarounds().