Class MemcacheConn

Description

Located in /model/memcacheconn.class.php (line 2)

Memcache
   |
   --MemcacheConn
Variable Summary
static mixed $INSTANCE
static mixed $MAX_KEYS
static mixed $MAX_KEY_SIZE
static mixed $MAX_SIZE
Method Summary
static void cache ( $obj,  $values)
static void cache_key ( $obj, [ $ID = NULL])
static void getInstance ()
static void load ( &$obj, [ $ID = NULL], [ $table = NULL])
static void save ( &$obj, [ $table = NULL])
static void uncache ([ $obj = NULL])
MemcacheConn __construct ()
void append ( $key,  $value)
void replace ( $key,  $var, [ $flags = 0], [ $expire = 0])
Variables
static mixed $INSTANCE = NULL (line 3)
  • access: protected
static mixed $MAX_KEYS = 20 (line 4)
  • access: protected
static mixed $MAX_KEY_SIZE = 1024 (line 5)
  • access: protected
static mixed $MAX_SIZE = 1048576 (line 6)
  • access: protected
Methods
static method cache (line 47)
static void cache ( $obj,  $values)
  • $obj
  • $values
static method cache_key (line 95)
static void cache_key ( $obj, [ $ID = NULL])
  • $obj
  • $ID
static method getInstance (line 9)
  • access: public
static void getInstance ()
static method load (line 24)
static void load ( &$obj, [ $ID = NULL], [ $table = NULL])
  • &$obj
  • $ID
  • $table
static method save (line 40)
static void save ( &$obj, [ $table = NULL])
  • &$obj
  • $table
static method uncache (line 69)
static void uncache ([ $obj = NULL])
  • $obj
Constructor __construct (line 14)
MemcacheConn __construct ()
append (line 79)
  • access: public
void append ( $key,  $value)
  • $key
  • $value
replace (line 86)
  • access: public
void replace ( $key,  $var, [ $flags = 0], [ $expire = 0])
  • $key
  • $var
  • $flags
  • $expire

Redefinition of:
Memcache::replace ( )

Inherited Methods

Inherited From Memcache (Internal Class)

add ( )
addserver ( )
close ( )
connect ( )
decrement ( )
delete ( )
flush ( )
get ( )
getextendedstats ( )
getserverstatus ( )
getstats ( )
getversion ( )
increment ( )
pconnect ( )
replace ( )
set ( )
setcompressthreshold ( )
setserverparams ( )

Documentation generated on Sun, 20 Sep 2009 02:21:23 -0700 by phpDocumentor 1.4.1