\SlightPHPCache_MemcacheEngine

Summary

Methods
Properties
Constants
__construct()
__destruct()
addServer()
addServers()
del()
get()
set()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_memcache
N/A

Properties

$_memcache

$_memcache : 

Type

Methods

__construct()

__construct() 

__destruct()

__destruct() 

addServer()

addServer(  $host,   $port = 11211,   $weight = 10,   $timeout = 1) 

Parameters

$host
$port
$weight
$timeout

addServers()

addServers(  $hosts = array()) 

Parameters

$hosts

del()

del(  $keys) 

Parameters

$keys

get()

get(  $keys) 

Parameters

$keys

set()

set(  $key,   $value,   $expire) 

Parameters

$key
$value
$expire