Liste de tous les membres
Attributs protégés statiques |
static | $_db = null |
Documentation des constructeurs et destructeur
JCacheStorageMemcached::__construct |
( |
|
$options = array() | ) |
|
Constructor
- Paramètres:
-
array | $options | Optional parameters. |
- Depuis:
- 12.1
Réimplémentée à partir de JCacheStorage.
Références $options, et null.
Documentation des fonctions membres
JCacheStorageMemcached::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:
- 12.1
Réimplémentée à partir de JCacheStorage.
Références $key, et $mode.
JCacheStorageMemcached::get |
( |
|
$id, |
|
|
|
$group, |
|
|
|
$checkTime = true |
|
) |
| |
Get cached data from memcached 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:
- 12.1
Réimplémentée à partir de JCacheStorage.
Références $id.
JCacheStorageMemcached::getAll |
( |
| ) |
|
JCacheStorageMemcached::getConnection |
( |
| ) |
|
|
protected |
JCacheStorageMemcached::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:
- 12.1
Réimplémentée à partir de JCacheStorage.
Références $id.
JCacheStorageMemcached::lockindex |
( |
| ) |
|
|
protected |
Lock cache index
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 12.1
JCacheStorageMemcached::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:
- 12.1
Réimplémentée à partir de JCacheStorage.
Références $id, et $key.
JCacheStorageMemcached::store |
( |
|
$id, |
|
|
|
$group, |
|
|
|
$data |
|
) |
| |
Store the data to memcached 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:
- 12.1
Réimplémentée à partir de JCacheStorage.
Références $data, et $id.
static JCacheStorageMemcached::test |
( |
| ) |
|
|
static |
JCacheStorageMemcached::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:
- 12.1
Réimplémentée à partir de JCacheStorage.
Références $id, et $key.
JCacheStorageMemcached::unlockindex |
( |
| ) |
|
|
protected |
Unlock cache index
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 12.1
Documentation des données membres
JCacheStorageMemcached::$_compress = 0 |
|
protected |
JCacheStorageMemcached::$_db = null |
|
staticprotected |
JCacheStorageMemcached::$_persistent = false |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :