Liste de tous les membres
Attributs protégés statiques |
static | $_db = null |
Documentation des constructeurs et destructeur
JCacheStorageMemcache::__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
JCacheStorageMemcache::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 $key, et $mode.
JCacheStorageMemcache::get |
( |
|
$id, |
|
|
|
$group, |
|
|
|
$checkTime = true |
|
) |
| |
Get cached data from memcache 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 $id.
JCacheStorageMemcache::getAll |
( |
| ) |
|
JCacheStorageMemcache::getConnection |
( |
| ) |
|
|
protected |
JCacheStorageMemcache::lock |
( |
|
$id, |
|
|
|
$group, |
|
|
|
$locktime |
|
) |
| |
Lock cached item - override parent as this is more efficient
- Paramètres:
-
string | $id | The cache data id |
string | $group | The cache data group |
integer | $locktime | Cached item max lock time |
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 11.1
Réimplémentée à partir de JCacheStorage.
Références $id.
JCacheStorageMemcache::lockindex |
( |
| ) |
|
|
protected |
Lock cache index
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 11.1
JCacheStorageMemcache::remove |
( |
|
$id, |
|
|
|
$group |
|
) |
| |
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 True on success, false otherwise
- Depuis:
- 11.1
Réimplémentée à partir de JCacheStorage.
Références $id, et $key.
JCacheStorageMemcache::store |
( |
|
$id, |
|
|
|
$group, |
|
|
|
$data |
|
) |
| |
Store the data to memcache 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 $config, $data, $id, et JFactory\getConfig().
static JCacheStorageMemcache::test |
( |
| ) |
|
|
static |
JCacheStorageMemcache::unlock |
( |
|
$id, |
|
|
|
$group = null |
|
) |
| |
Unlock cached item - override parent for cacheid compatibility with lock
- 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, et $key.
JCacheStorageMemcache::unlockindex |
( |
| ) |
|
|
protected |
Unlock cache index
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 11.1
Documentation des données membres
JCacheStorageMemcache::$_compress = 0 |
|
protected |
JCacheStorageMemcache::$_db = null |
|
staticprotected |
JCacheStorageMemcache::$_persistent = false |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :