Liste de tous les membres
Documentation des fonctions membres
JCacheControllerView::_makeId |
( |
& |
$view, |
|
|
|
$method |
|
) |
| |
|
protected |
Generate a view cache id.
- Paramètres:
-
object | &$view | The view object to cache output for |
string | $method | The method name to cache for the view object |
- Renvoie:
- string MD5 Hash : view cache id
- Depuis:
- 11.1
Références $view, et JCache\makeId().
JCacheControllerView::get |
( |
& |
$view, |
|
|
|
$method, |
|
|
|
$id = false , |
|
|
|
$wrkarounds = true |
|
) |
| |
Get the cached view data
- Paramètres:
-
object | &$view | The view object to cache output for |
string | $method | The method name of the view method to cache output for |
string | $id | The cache data id |
boolean | $wrkarounds | True to enable workarounds. |
- Renvoie:
- boolean True if the cache is hit (false else)
- Depuis:
- 11.1
Références $data, $view, JCache\getWorkarounds(), null, et JCache\setWorkarounds().
La documentation de cette classe a été générée à partir du fichier suivant :