Joomla Cache output type object
- Depuis
- 1.7.0
◆ get()
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 Boolean false on no result, cached object otherwise
- Depuis
- 1.7.0
Références $data, et $id.
◆ store()
store |
( |
|
$data, |
|
|
|
$id, |
|
|
|
$group = null , |
|
|
|
$wrkarounds = true |
|
) |
| |
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 |
boolean | $wrkarounds | True to use wrkarounds |
- Renvoie
- boolean True if cache stored
- Depuis
- 1.7.0
Références $data, $id, et $result.
◆ $_group
◆ $_id
La documentation de cette classe a été générée à partir du fichier suivant :