![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de RedisStorage:Fonctions membres publiques | |
| __construct ($options=array()) | |
| contains ($id, $group) | |
| get ($id, $group, $checkTime=true) | |
| getAll () | |
| store ($id, $group, $data) | |
| remove ($id, $group) | |
| clean ($group, $mode=null) | |
Fonctions membres publiques hérités de CacheStorage | |
| __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) | |
Fonctions membres publiques statiques | |
| static | isSupported () |
| static | isConnected () |
Fonctions membres publiques statiques hérités de CacheStorage | |
| static | isSupported () |
| static | test () |
| static | addIncludePath ($path='') |
Fonctions membres protégées | |
| getConnection () | |
Fonctions membres protégées hérités de CacheStorage | |
| _getCacheId ($id, $group) | |
Attributs protégés | |
| $_persistent = false | |
Attributs protégés hérités de CacheStorage | |
| $rawname | |
Attributs protégés statiques | |
| static | $_redis = null |
Membres hérités additionnels | |
Champs de données hérités de CacheStorage | |
| $_now | |
| $_lifetime | |
| $_locking | |
| $_language | |
| $_application | |
| $_hash | |
Redis cache storage handler for PECL
| __construct | ( | $options = array() | ) |
| clean | ( | $group, | |
$mode = null |
|||
| ) |
| contains | ( | $id, | |
| $group | |||
| ) |
Check if the cache contains data stored by ID and group
| string | $id | The cache data ID |
| string | $group | The cache data group |
Références $id.
| get | ( | $id, | |
| $group, | |||
$checkTime = true |
|||
| ) |
Get cached data by ID and group
| string | $id | The cache data ID |
| string | $group | The cache data group |
| boolean | $checkTime | True to verify cache time expiration threshold |
Références $id.
| getAll | ( | ) |
|
protected |
Create the Redis connection
Références $config, Log\add(), Log\DEBUG, null, et JError\raiseWarning().
|
static |
Test to see if the Redis connection is available.
|
static |
Test to see if the storage handler is available.
| remove | ( | $id, | |
| $group | |||
| ) |
Remove a cached data entry by ID and group
| string | $id | The cache data ID |
| string | $group | The cache data group |
Références $id.
| store | ( | $id, | |
| $group, | |||
| $data | |||
| ) |
|
protected |
|
staticprotected |