Moodle  2.2.1
http://www.collinsharper.com
ADODB_Cache_MemCache Class Reference

Public Member Functions

 ADODB_Cache_MemCache (&$obj)
 connect (&$err)
 writecache ($filename, $contents, $debug, $secs2cache)
 readcache ($filename, &$err, $secs2cache, $rsClass)
 flushall ($debug=false)
 flushcache ($filename, $debug=false)
 createdir ($dir, $hash)

Data Fields

 $createdir = false
 $hosts
 $port = 11211
 $compress = false
 $_connected = false
 $_memcache = false

Detailed Description

Definition at line 38 of file adodb-memcache.lib.inc.php.


Member Function Documentation

ADODB_Cache_MemCache ( &$  obj)

Definition at line 51 of file adodb-memcache.lib.inc.php.

connect ( &$  err)

Definition at line 59 of file adodb-memcache.lib.inc.php.

Here is the caller graph for this function:

createdir ( dir,
hash 
)

Definition at line 184 of file adodb-memcache.lib.inc.php.

flushall ( debug = false)

Definition at line 149 of file adodb-memcache.lib.inc.php.

Here is the call graph for this function:

flushcache ( filename,
debug = false 
)

Definition at line 166 of file adodb-memcache.lib.inc.php.

Here is the call graph for this function:

readcache ( filename,
&$  err,
secs2cache,
rsClass 
)

Definition at line 103 of file adodb-memcache.lib.inc.php.

Here is the call graph for this function:

writecache ( filename,
contents,
debug,
secs2cache 
)

Definition at line 86 of file adodb-memcache.lib.inc.php.

Here is the call graph for this function:


Field Documentation

$_connected = false

Definition at line 48 of file adodb-memcache.lib.inc.php.

$_memcache = false

Definition at line 49 of file adodb-memcache.lib.inc.php.

$compress = false

Definition at line 46 of file adodb-memcache.lib.inc.php.

$createdir = false

Definition at line 39 of file adodb-memcache.lib.inc.php.

$hosts

Definition at line 44 of file adodb-memcache.lib.inc.php.

$port = 11211

Definition at line 45 of file adodb-memcache.lib.inc.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations