|
| 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) |
|
WinCache cache storage handler
1.7.0
◆ 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 $key, et $mode.
◆ 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 $key.
◆ 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()
Get all cached data
- Renvoie
- mixed Boolean false on failure or a cached data object
- Depuis
- 1.7.0
Références $data, $item, $key, et $name.
◆ 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.
La documentation de cette classe a été générée à partir du fichier suivant :