Class Horde_Memcache
This class provides an API or Horde code to interact with a centrally configured memcache installation.
memcached website: http://www.danga.com/memcached/
Copyright 2007-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Memcache implements Serializable
Package: Memcache
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Author: Didi Rieder adrieder@sbox.tugraz.at
Located at Horde/Memcache.php
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Author: Didi Rieder adrieder@sbox.tugraz.at
Located at Horde/Memcache.php
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
mixed
|
|
public
boolean
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
string
|
|
public
|
integer |
FLAGS_RESERVED
The number of bits reserved by PHP's memcache layer for internal flag use. |
#
16
|
integer |
LOCK_TIMEOUT
Locking timeout. |
#
30
|
string |
LOCK_SUFFIX
Suffix added to key to create the lock entry. |
#
'_l'
|
integer |
MAX_SIZE
The max storage size of the memcache server. This should be slightly smaller than the actual value due to overhead. By default, the max slab size of memcached (as of 1.1.2) is 1 MB. |
#
1000000
|
integer |
VERSION
Serializable version. |
#
1
|