|
| __construct ($options=array()) |
|
| contains ($id, $group) |
|
| get ($id, $group, $checkTime=true) |
|
| getAll () |
|
| store ($id, $group, $data) |
|
| remove ($id, $group) |
|
| clean ($group, $mode=null) |
|
| gc () |
|
| __construct ($options=array()) |
|
| contains ($id, $group) |
|
| get ($id, $group, $checkTime=true) |
|
| getAll () |
|
| store ($id, $group, $data) |
|
| remove ($id, $group) |
|
| clean ($group, $mode=null) |
|
| flush () |
|
| gc () |
|
| lock ($id, $group, $locktime) |
|
| unlock ($id, $group=null) |
|
◆ __construct()
__construct |
( |
|
$options = array() | ) |
|
Constructor
- Paramètres
-
array | $options | Optional parameters. |
- Depuis
- 1.7.0
Références $options, et null.
◆ clean()
clean |
( |
|
$group, |
|
|
|
$mode = null |
|
) |
| |
Clean cache for a group given a mode.
group mode : cleans all cache in the group notgroup mode : cleans all cache not in the group
- Paramètres
-
string | $group | The cache data group |
string | $mode | The mode for cleaning cache [group|notgroup] |
- Renvoie
- boolean
- Depuis
- 1.7.0
Références $folder, $mode, elseif, et JLoader\import().
◆ contains()
Check if the cache contains data stored by ID and group
- Paramètres
-
string | $id | The cache data ID |
string | $group | The cache data group |
- Renvoie
- boolean
- Depuis
- 3.7.0
Références $id.
◆ gc()
Garbage collect expired cache data
- Renvoie
- boolean
- Depuis
- 1.7.0
Références $file.
◆ get()
get |
( |
|
$id, |
|
|
|
$group, |
|
|
|
$checkTime = true |
|
) |
| |
Get cached data by ID and group
- Paramètres
-
string | $id | The cache data ID |
string | $group | The cache data group |
boolean | $checkTime | True to verify cache time expiration threshold |
- Renvoie
- mixed Boolean false on failure or a cached data object
- Depuis
- 1.7.0
Références $id.
◆ getAll()
◆ initCache()
Instantiates the Cache_Lite object. Only initializes the engine if it does not already exist.
- Paramètres
-
array | $cloptions | optional parameters |
- Renvoie
- Depuis
- 1.7.0
◆ isSupported()
Test to see if the storage handler is available.
- Renvoie
- boolean
- Depuis
- 3.0.0
◆ remove()
Remove a cached data entry by ID and group
- Paramètres
-
string | $id | The cache data ID |
string | $group | The cache data group |
- Renvoie
- boolean
- Depuis
- 1.7.0
Références $id.
◆ store()
store |
( |
|
$id, |
|
|
|
$group, |
|
|
|
$data |
|
) |
| |
Store the data to cache by ID and group
- Paramètres
-
string | $id | The cache data ID |
string | $group | The cache data group |
string | $data | The data to store in cache |
- Renvoie
- boolean
- Depuis
- 1.7.0
Références $data, et $id.
◆ $_root
◆ $CacheLiteInstance
$CacheLiteInstance = null |
|
staticprotected |
La documentation de cette classe a été générée à partir du fichier suivant :