Documentation

Cache_MemcacheEngine extends Memcache
in package

Table of Contents

Properties

$_memcache  : mixed

Methods

__construct()  : mixed
__destruct()  : mixed
addServer()  : mixed
addServers()  : mixed
del()  : mixed
get()  : mixed
set()  : mixed

Properties

Methods

addServer()

public addServer(mixed $host[, mixed $port = 11211 ][, mixed $weight = 10 ][, mixed $timeout = 1 ]) : mixed
Parameters
$host : mixed
$port : mixed = 11211
$weight : mixed = 10
$timeout : mixed = 1

addServers()

public addServers([mixed $hosts = array() ]) : mixed
Parameters
$hosts : mixed = array()

del()

public del(mixed $keys) : mixed
Parameters
$keys : mixed

get()

public get(mixed $keys) : mixed
Parameters
$keys : mixed

set()

public set(mixed $key, mixed $value[, mixed $expire = 0 ]) : mixed
Parameters
$key : mixed
$value : mixed
$expire : mixed = 0

        
On this page

Search results