Свойство | Тип | Описание | |
---|---|---|---|
$_memcache | Horde_Memcache | Memcache object. |
Метод | Описание | |
---|---|---|
__construct ( array $params = [] ) | ||
clear ( ) | ||
lock ( $key ) | ||
stats ( ) | Get the statistics output from the current memcache pool. | |
unlock ( $key ) |
Метод | Описание | |
---|---|---|
_delete ( $keys ) | ||
_exists ( $keys ) | ||
_get ( $keys ) | ||
_init ( ) | ||
_set ( $key, $val, $opts ) |
public __construct ( array $params = [] ) | ||
$params | array | Additional configuration parameters:
- memcache: (Horde_Memcache) [REQUIRED] Memcache object. |