PHP Class Horde_HashTable_Memcache, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_HashTable_Base, implements Horde_HashTable_Lock
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_memcache Horde_Memcache Memcache object.

Public Methods

Method Description
__construct ( array $params = [] )
clear ( )
lock ( $key )
stats ( ) Get the statistics output from the current memcache pool.
unlock ( $key )

Protected Methods

Method Description
_delete ( $keys )
_exists ( $keys )
_get ( $keys )
_init ( )
_set ( $key, $val, $opts )

Method Details

__construct() public method

public __construct ( array $params = [] )
$params array Additional configuration parameters:
  - memcache: (Horde_Memcache) [REQUIRED] Memcache object.

_delete() protected method

protected _delete ( $keys )

_exists() protected method

protected _exists ( $keys )

_get() protected method

protected _get ( $keys )

_init() protected method

protected _init ( )

_set() protected method

protected _set ( $key, $val, $opts )

clear() public method

public clear ( )

lock() public method

public lock ( $key )

stats() public method

Get the statistics output from the current memcache pool.
public stats ( )

unlock() public method

public unlock ( $key )

Property Details

$_memcache protected_oe property

Memcache object.
protected Horde_Memcache $_memcache
return Horde_Memcache