|
| start ($id, $group=null) |
|
| end () |
|
| get ($id, $group=null) |
|
| store ($data, $id, $group=null, $wrkarounds=true) |
|
| __construct ($options) |
|
| __call ($name, $arguments) |
|
| get ($id, $group=null) |
|
| store ($data, $id, $group=null, $wrkarounds=true) |
|
Joomla Cache output type object
- Depuis
- 1.7.0
◆ end()
◆ 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.
◆ start()
start |
( |
|
$id, |
|
|
|
$group = null |
|
) |
| |
◆ 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, et $id.
◆ $_group
◆ $_id
◆ $_locktest
La documentation de cette classe a été générée à partir du fichier suivant :