Class Memcache
A cache service that stored data in Memcache
- Wei\Base
-
Wei\BaseCache
-
Wei\Memcache
public
|
|
protected
|
|
public
mixed
|
|
public
mixed
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
integer|false
|
|
public
integer|false
|
|
protected
integer|false
|
|
public
boolean
|
|
public
Memcache
|
|
public
|
getFileContent(),
getMulti(),
getNamespace(),
processGetResult(),
setMulti(),
setNamespace()
|
__call(),
__get(),
getOption(),
setOption()
|
protected
Memcache
|
$object
The memcache object |
|
protected
array
|
$servers
The memcache server configurations |
#
array(
array(
'host' => '127.0.0.1',
'port' => 11211,
'persistent' => true
)
)
|
protected
integer
|
$flag
The flag that use MEMCACHE_COMPRESSED to store the item compressed (uses zlib). |
#
0
|
$namespace
|
$providers,
$wei
|