[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/maximebf/debugbar/src/DebugBar/Storage/ -> MemcachedStorage.php (summary)

(no description)

File Size: 158 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MemcachedStorage:: (8 methods):
  __construct()
  save()
  get()
  find()
  filter()
  clear()
  createKey()
  memcachedGetMulti()


Class: MemcachedStorage  - X-Ref

Stores collected data into Memcache using the Memcached extension

__construct(Memcached $memcached, $keyNamespace = 'phpdebugbar', $expiration = 0)   X-Ref

param: Memcached $memcached
param: string $keyNamespace Namespace for Memcached key names (to avoid conflict with other Memcached users).
param: int $expiration Expiration for Memcached entries (see Expiration Times in Memcached documentation).

save($id, $data)   X-Ref
{@inheritdoc}


get($id)   X-Ref
{@inheritdoc}


find(array $filters = array()   X-Ref
{@inheritdoc}


filter($meta, $filters)   X-Ref
Filter the metadata for matches.

param: array $meta
param: array $filters
return: bool

clear()   X-Ref
{@inheritdoc}


createKey($id)   X-Ref

param: string $id
return: string

memcachedGetMulti($keys, $flags)   X-Ref
The memcached getMulti function changed in version 3.0.0 to only have two parameters.

param: array $keys
param: int $flags



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer