Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
get ($view, $method='display', $id=false, $wrkarounds=true) | |
Fonctions membres publiques hérités de CacheController | |
__construct ($options) | |
__call ($name, $arguments) | |
get ($id, $group=null) | |
store ($data, $id, $group=null, $wrkarounds=true) | |
Fonctions membres protégées | |
_makeId ($view, $method) | |
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 view type object
|
protected |
Generate a view cache ID.
object | $view | The view object to cache output for |
string | $method | The method name to cache for the view object |
Références $view, et Cache\makeId().
Get the cached view data
object | $view | The view object to cache output for |
string | $method | The method name of the view method to cache output for |
mixed | $id | The cache data ID |
boolean | $wrkarounds | True to enable workarounds. |
Références $data, $id, $view, Cache\getWorkarounds(), null, et Cache\setWorkarounds().