Class WP_Object_Cache

Description
Variable Summary
mixed $cache
mixed $group_ops
mixed $mc
mixed $stats
Method Summary
WP_Object_Cache WP_Object_Cache ()
void add ( $id,  $data, [ $group = 'default'], [ $expire = 0])
void add_global_groups ( $groups)
void add_key_to_group_keys_cache ( $key,  $group)
void add_non_persistent_groups ( $groups)
void close ()
void colorize_debug_line ( $line)
void decr ( $id,  $n,  $group)
void delete ( $id, [ $group = 'default'])
void failure_callback ( $host,  $port)
void flush ([ $group = null])
void get ( $id, [ $group = 'default'])
void &get_mc ( $group)
void get_multi ( $groups)
void incr ( $id,  $n,  $group)
void key ( $key,  $group)
void remove_key_from_group_keys_cache ( $key,  $group)
void replace ( $id,  $data, [ $group = 'default'], [ $expire = 0])
void set ( $id,  $data, [ $group = 'default'], [ $expire = 0])
void stats ()
Variables
mixed $cache = array() (line 15)
mixed $default_expiration = 0 (line 20)
mixed $global_groups = array (
'_cache_keys'
)
(line 7)
mixed $group_ops = array() (line 18)
mixed $mc = array() (line 16)
mixed $no_mc_groups = array() (line 13)
mixed $stats = array() (line 17)
Methods
Constructor WP_Object_Cache (line 22)
WP_Object_Cache WP_Object_Cache ()
add (line 160)
void add ( $id,  $data, [ $group = 'default'], [ $expire = 0])
  • $id
  • $data
  • $group
  • $expire
add_global_groups (line 62)
void add_global_groups ( $groups)
  • $groups
add_key_to_group_keys_cache (line 274)
void add_key_to_group_keys_cache ( $key,  $group)
  • $key
  • $group
add_non_persistent_groups (line 72)
void add_non_persistent_groups ( $groups)
  • $groups
close (line 55)
void close ()
colorize_debug_line (line 423)
void colorize_debug_line ( $line)
  • $line
decr (line 415)
void decr ( $id,  $n,  $group)
  • $id
  • $n
  • $group
delete (line 224)
void delete ( $id, [ $group = 'default'])
  • $id
  • $group
delete_all_keys_in_group_key_cache (line 356)
void delete_all_keys_in_group_key_cache ( $group)
  • $group
failure_callback (line 50)
void failure_callback ( $host,  $port)
  • $host
  • $port
flush (line 248)
void flush ([ $group = null])
  • $group
get (line 97)
void get ( $id, [ $group = 'default'])
  • $id
  • $group
get_mc (line 42)
void &get_mc ( $group)
  • $group
get_multi (line 129)
void get_multi ( $groups)
  • $groups
incr (line 407)
void incr ( $id,  $n,  $group)
  • $id
  • $n
  • $group
key (line 82)
void key ( $key,  $group)
  • $key
  • $group
remove_key_from_group_keys_cache (line 312)
void remove_key_from_group_keys_cache ( $key,  $group)
  • $key
  • $group
replace (line 208)
void replace ( $id,  $data, [ $group = 'default'], [ $expire = 0])
  • $id
  • $data
  • $group
  • $expire
set (line 184)
void set ( $id,  $data, [ $group = 'default'], [ $expire = 0])
  • $id
  • $data
  • $group
  • $expire
stats (line 439)
void stats ()

Documentation generated on Sat, 25 May 2013 01:44:58 +0100 by phpDocumentor 1.4.3