TYPO3 CMS  TYPO3_7-6
ADODB_Cache_MemCache Class Reference

Public Member Functions

 __construct (&$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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ADODB_Cache_MemCache::__construct ( $obj)

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

Member Function Documentation

◆ connect()

ADODB_Cache_MemCache::connect ( $err)

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

References $host.

Referenced by flushall(), flushcache(), readcache(), and writecache().

◆ createdir()

ADODB_Cache_MemCache::createdir (   $dir,
  $hash 
)

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

◆ flushall()

ADODB_Cache_MemCache::flushall (   $debug = false)

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

References connect().

◆ flushcache()

ADODB_Cache_MemCache::flushcache (   $filename,
  $debug = false 
)

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

References connect().

◆ readcache()

ADODB_Cache_MemCache::readcache (   $filename,
$err,
  $secs2cache,
  $rsClass 
)

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

References $rs, and connect().

◆ writecache()

ADODB_Cache_MemCache::writecache (   $filename,
  $contents,
  $debug,
  $secs2cache 
)

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

References connect().

Member Data Documentation

◆ $_connected

ADODB_Cache_MemCache::$_connected = false

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

◆ $_memcache

ADODB_Cache_MemCache::$_memcache = false

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

◆ $compress

ADODB_Cache_MemCache::$compress = false

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

◆ $createdir

ADODB_Cache_MemCache::$createdir = false

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

◆ $hosts

ADODB_Cache_MemCache::$hosts

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

◆ $port

ADODB_Cache_MemCache::$port = 11211

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