Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (Memcached $memcached, $keyNamespace='phpdebugbar', $expiration=0) | |
save ($id, $data) | |
get ($id) | |
find (array $filters=array(), $max=20, $offset=0) | |
clear () | |
Fonctions membres protégées | |
filter ($meta, $filters) | |
createKey ($id) | |
memcachedGetMulti ($keys, $flags) | |
Attributs protégés | |
$memcached | |
$keyNamespace | |
$expiration | |
$newGetMultiSignature | |
Stores collected data into Memcache using the Memcached extension
__construct | ( | Memcached | $memcached, |
$keyNamespace = 'phpdebugbar' , |
|||
$expiration = 0 |
|||
) |
Memcached | $memcached | |
string | $keyNamespace | Namespace for Memcached key names (to avoid conflict with other Memcached users). |
int | $expiration | Expiration for Memcached entries (see Expiration Times in Memcached documentation). |
Références MemcachedStorage\$expiration, MemcachedStorage\$keyNamespace, et MemcachedStorage\$memcached.
clear | ( | ) |
|
protected |
string | $id |
Référencé par MemcachedStorage\get(), et MemcachedStorage\save().
|
protected |
Filter the metadata for matches.
array | $meta | |
array | $filters |
Références $filters, $key, et $value.
Référencé par MemcachedStorage\find().
find | ( | array | $filters = array() , |
$max = 20 , |
|||
$offset = 0 |
|||
) |
{Returns a metadata about collected data
array | $filters | |
integer | $max | |
integer | $offset |
Implémente StorageInterface.
Références $data, $filters, Joomla\Database\Query\$offset, $results, $this, MemcachedStorage\filter(), et MemcachedStorage\memcachedGetMulti().
get | ( | $id | ) |
{Returns collected data with the specified id
string | $id |
Implémente StorageInterface.
Références $id, et MemcachedStorage\createKey().
|
protected |
The memcached getMulti function changed in version 3.0.0 to only have two parameters.
array | $keys | |
int | $flags |
Références null.
Référencé par MemcachedStorage\find().
save | ( | $id, | |
$data | |||
) |
{Saves collected data
string | $id | |
string | $data |
Implémente StorageInterface.
Références $data, $id, $key, $this, et MemcachedStorage\createKey().
|
protected |
Référencé par MemcachedStorage\__construct().
|
protected |
Référencé par MemcachedStorage\__construct().
|
protected |
Référencé par MemcachedStorage\__construct().
|
protected |