Liste de tous les membres
Documentation des constructeurs et destructeur
JCacheStorageCachelite::__construct |
( |
|
$options = array() | ) |
|
Constructor
- Paramètres:
-
array | $options | Optional parameters. |
- Depuis:
- 11.1
Réimplémentée à partir de JCacheStorage.
Références $options, et null.
Documentation des fonctions membres
JCacheStorageCachelite::clean |
( |
|
$group, |
|
|
|
$mode = null |
|
) |
| |
Clean cache for a group given a mode.
- Paramètres:
-
string | $group | The cache data group. |
string | $mode | The mode for cleaning cache [group|notgroup]. group mode : cleans all cache in the group notgroup mode : cleans all cache not in the group |
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 11.1
Réimplémentée à partir de JCacheStorage.
Références $mode, JFolder\delete(), jimport(), et null.
JCacheStorageCachelite::gc |
( |
| ) |
|
Garbage collect expired cache data
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 11.1
Réimplémentée à partir de JCacheStorage.
Références $file.
JCacheStorageCachelite::get |
( |
|
$id, |
|
|
|
$group, |
|
|
|
$checkTime = true |
|
) |
| |
Get cached data from a file 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 string.
- Depuis:
- 11.1
Réimplémentée à partir de JCacheStorage.
Références $data, et $id.
JCacheStorageCachelite::getAll |
( |
| ) |
|
JCacheStorageCachelite::initCache |
( |
|
$cloptions | ) |
|
|
protected |
Instantiates the appropriate CacheLite object. Only initializes the engine if it does not already exist. Note this is a protected method
- Paramètres:
-
array | $cloptions | optional parameters |
- Renvoie:
- object
- Depuis:
- 11.1
JCacheStorageCachelite::remove |
( |
|
$id, |
|
|
|
$group |
|
) |
| |
Remove a cached data file by id and group
- Paramètres:
-
string | $id | The cache data id |
string | $group | The cache data group |
- Renvoie:
- boolean True on success, false otherwise
- Depuis:
- 11.1
Réimplémentée à partir de JCacheStorage.
Références $id.
JCacheStorageCachelite::store |
( |
|
$id, |
|
|
|
$group, |
|
|
|
$data |
|
) |
| |
Store the data to a file 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 True on success, false otherwise
- Depuis:
- 11.1
Réimplémentée à partir de JCacheStorage.
Références $data, et $id.
static JCacheStorageCachelite::test |
( |
| ) |
|
|
static |
Test to see if the cache storage is available.
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 11.1
Réimplémentée à partir de JCacheStorage.
Documentation des données membres
JCacheStorageCachelite::$_root |
|
protected |
JCacheStorageCachelite::$CacheLiteInstance = null |
|
staticprotected |
La documentation de cette classe a été générée à partir du fichier suivant :