Liste de tous les membres
Documentation des fonctions membres
JCacheControllerPage::_makeId |
( |
| ) |
|
|
protected |
Generate a page cache id
- Renvoie:
- string MD5 Hash : page cache id
- Depuis:
- 11.1
Références JCache\makeId().
JCacheControllerPage::_noChange |
( |
| ) |
|
|
protected |
There is no change in page data so send an unmodified header and die gracefully
- Renvoie:
- void
- Depuis:
- 11.1
Références $app, et JFactory\getApplication().
JCacheControllerPage::_setEtag |
( |
|
$etag | ) |
|
|
protected |
Set the ETag header in the response
- Paramètres:
-
string | $etag | The entity tag (etag) to set |
- Renvoie:
- void
- Depuis:
- 11.1
Références JResponse\setHeader().
JCacheControllerPage::get |
( |
|
$id = false , |
|
|
|
$group = 'page' , |
|
|
|
$wrkarounds = true |
|
) |
| |
Get the cached page data
- Paramètres:
-
string | $id | The cache data id |
string | $group | The cache data group |
boolean | $wrkarounds | True to use wrkarounds |
- Renvoie:
- boolean True if the cache is hit (false else)
- Depuis:
- 11.1
Références $data, $id, JCache\getWorkarounds(), et null.
JCacheControllerPage::store |
( |
|
$wrkarounds = true | ) |
|
Documentation des données membres
JCacheControllerPage::$_group |
|
protected |
JCacheControllerPage::$_id |
|
protected |
JCacheControllerPage::$_locktest = null |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :