Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($options=array()) | |
get ($id, $group, $checkTime=true) | |
getAll () | |
store ($id, $group, $data) | |
remove ($id, $group) | |
clean ($group, $mode=null) | |
lock ($id, $group, $locktime) | |
unlock ($id, $group=null) | |
Fonctions membres publiques inherited from JCacheStorage | |
gc () |
Fonctions membres publiques statiques | |
static | isSupported () |
Fonctions membres publiques statiques inherited from JCacheStorage | |
static | getInstance ($handler=null, $options=array()) |
static | test () |
static | addIncludePath ($path= '') |
Fonctions membres protégées | |
getConnection () | |
lockindex () | |
unlockindex () | |
Fonctions membres protégées inherited from JCacheStorage | |
_getCacheId ($id, $group) |
Attributs protégés | |
$_persistent = false | |
$_compress = 0 | |
Attributs protégés inherited from JCacheStorage | |
$rawname |
Attributs protégés statiques | |
static | $_db = null |
Additional Inherited Members | |
Attributs publics inherited from JCacheStorage | |
$_now | |
$_lifetime | |
$_locking | |
$_language | |
$_application | |
$_hash |
Définition à la ligne 20 du fichier memcached.php.
JCacheStorageMemcached::__construct | ( | $options = array() | ) |
Constructor
array | $options | Optional parameters. |
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 53 du fichier memcached.php.
JCacheStorageMemcached::clean | ( | $group, | |
$mode = null |
|||
) |
Clean cache for a group given a mode.
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 |
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 280 du fichier memcached.php.
JCacheStorageMemcached::get | ( | $id, | |
$group, | |||
$checkTime = true |
|||
) |
Get cached data from memcached 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éimplémentée à partir de JCacheStorage.
Définition à la ligne 130 du fichier memcached.php.
JCacheStorageMemcached::getAll | ( | ) |
Get all cached data
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 144 du fichier memcached.php.
|
protected |
Return memcached connection object
RuntimeException |
Définition à la ligne 70 du fichier memcached.php.
Références JFactory\getConfig(), et JFactory\getSession().
|
static |
Test to see if the cache storage is available.
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 315 du fichier memcached.php.
Références JFactory\getConfig().
JCacheStorageMemcached::lock | ( | $id, | |
$group, | |||
$locktime | |||
) |
Lock cached item - override parent as this is more efficient
string | $id | The cache data id |
string | $group | The cache data group |
integer | $locktime | Cached item max lock time |
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 350 du fichier memcached.php.
|
protected |
Lock cache index
Définition à la ligne 456 du fichier memcached.php.
JCacheStorageMemcached::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éimplémentée à partir de JCacheStorage.
Définition à la ligne 239 du fichier memcached.php.
JCacheStorageMemcached::store | ( | $id, | |
$group, | |||
$data | |||
) |
Store the data to memcached by id and group
string | $id | The cache data id |
string | $group | The cache data group |
string | $data | The data to store in cache |
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 198 du fichier memcached.php.
JCacheStorageMemcached::unlock | ( | $id, | |
$group = null |
|||
) |
Unlock cached item - override parent for cacheid compatibility with lock
string | $id | The cache data id |
string | $group | The cache data group |
Réimplémentée à partir de JCacheStorage.
Définition à la ligne 419 du fichier memcached.php.
|
protected |
Unlock cache index
Définition à la ligne 491 du fichier memcached.php.
|
protected |
Définition à la ligne 44 du fichier memcached.php.
|
staticprotected |
Définition à la ligne 28 du fichier memcached.php.
|
protected |
Définition à la ligne 36 du fichier memcached.php.