|
Moodle
2.2.1
http://www.collinsharper.com
|
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 | |
Definition at line 38 of file adodb-memcache.lib.inc.php.
| 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.

| 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.

| flushcache | ( | $ | filename, |
| $ | debug = false |
||
| ) |
Definition at line 166 of file adodb-memcache.lib.inc.php.

| readcache | ( | $ | filename, |
| &$ | err, | ||
| $ | secs2cache, | ||
| $ | rsClass | ||
| ) |
Definition at line 103 of file adodb-memcache.lib.inc.php.

| writecache | ( | $ | filename, |
| $ | contents, | ||
| $ | debug, | ||
| $ | secs2cache | ||
| ) |
| $_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.