TYPO3 CMS
TYPO3_6-2
|
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) | |
Public Attributes | |
$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::ADODB_Cache_MemCache | ( | & | $obj | ) |
Definition at line 51 of file adodb-memcache.lib.inc.php.
ADODB_Cache_MemCache::connect | ( | & | $err | ) |
Definition at line 59 of file adodb-memcache.lib.inc.php.
References $host.
Referenced by flushall(), flushcache(), readcache(), and writecache().
ADODB_Cache_MemCache::createdir | ( | $dir, | |
$hash | |||
) |
Definition at line 184 of file adodb-memcache.lib.inc.php.
ADODB_Cache_MemCache::flushall | ( | $debug = false | ) |
Definition at line 149 of file adodb-memcache.lib.inc.php.
References connect().
ADODB_Cache_MemCache::flushcache | ( | $filename, | |
$debug = false |
|||
) |
Definition at line 166 of file adodb-memcache.lib.inc.php.
References connect().
ADODB_Cache_MemCache::readcache | ( | $filename, | |
& | $err, | ||
$secs2cache, | |||
$rsClass | |||
) |
Definition at line 103 of file adodb-memcache.lib.inc.php.
ADODB_Cache_MemCache::writecache | ( | $filename, | |
$contents, | |||
$debug, | |||
$secs2cache | |||
) |
Definition at line 86 of file adodb-memcache.lib.inc.php.
References connect().
ADODB_Cache_MemCache::$_connected = false |
Definition at line 48 of file adodb-memcache.lib.inc.php.
ADODB_Cache_MemCache::$_memcache = false |
Definition at line 49 of file adodb-memcache.lib.inc.php.
ADODB_Cache_MemCache::$compress = false |
Definition at line 46 of file adodb-memcache.lib.inc.php.
ADODB_Cache_MemCache::$createdir = false |
Definition at line 39 of file adodb-memcache.lib.inc.php.
ADODB_Cache_MemCache::$hosts |
Definition at line 44 of file adodb-memcache.lib.inc.php.
ADODB_Cache_MemCache::$port = 11211 |
Definition at line 45 of file adodb-memcache.lib.inc.php.