Liste de tous les membres
Fonctions membres publiques statiques |
static | getInstance ($type= 'output', $options=array()) |
static | addIncludePath ($path= '') |
Documentation des constructeurs et destructeur
JCacheController::__construct |
( |
|
$options | ) |
|
Constructor
- Paramètres:
-
array | $options | Array of options |
- Depuis:
- 11.1
Références $options.
Documentation des fonctions membres
JCacheController::__call |
( |
|
$name, |
|
|
|
$arguments |
|
) |
| |
Magic method to proxy JCacheControllerMethods
- Paramètres:
-
string | $name | Name of the function |
array | $arguments | Array of arguments for the function |
- Renvoie:
- mixed
- Depuis:
- 11.1
Références $name.
static JCacheController::addIncludePath |
( |
|
$path = '' | ) |
|
|
static |
Add a directory where JCache should search for controllers. You may either pass a string or an array of directories.
- Paramètres:
-
string | $path | A path to search. |
- Renvoie:
- array An array with directory elements
- Depuis:
- 11.1
Références $path, JPath\clean(), et jimport().
Référencé par getInstance().
JCacheController::get |
( |
|
$id, |
|
|
|
$group = null |
|
) |
| |
Get stored cached data by id and group
- Paramètres:
-
string | $id | The cache data id |
string | $group | The cache data group |
- Renvoie:
- mixed False on no result, cached object otherwise
- Depuis:
- 11.1
Références $data, $id, et null.
static JCacheController::getInstance |
( |
|
$type = 'output' , |
|
|
|
$options = array() |
|
) |
| |
|
static |
JCacheController::setCaching |
( |
|
$enabled | ) |
|
Set caching enabled state
- Paramètres:
-
boolean | $enabled | True to enable caching |
- Renvoie:
- void
- Depuis:
- 11.1
Références $enabled.
JCacheController::setLifeTime |
( |
|
$lt | ) |
|
Set cache lifetime
- Paramètres:
-
- Renvoie:
- void
- Depuis:
- 11.1
JCacheController::store |
( |
|
$data, |
|
|
|
$id, |
|
|
|
$group = null |
|
) |
| |
Store data to cache by id and group
- Paramètres:
-
mixed | $data | The data to store |
string | $id | The cache data id |
string | $group | The cache data group |
- Renvoie:
- boolean True if cache was stored
- Depuis:
- 11.1
Références $data, $id, et null.
Documentation des données membres
JCacheController::$options |
La documentation de cette classe a été générée à partir du fichier suivant :