memcacheConnector
in package
Cache file objekt
Tags
Table of Contents
- $host : string
- Host string
- $obj : Memcached
- Memcache object instance
- $port : int
- Port digit
- __construct() : mixed
- Constructor
- getInstance() : Memcache|null
- getStats() : mixed
Properties
$host
Host string
private
string
$host
$obj
Memcache object instance
private
Memcached
$obj
$port
Port digit
private
int
$port
Methods
__construct()
Constructor
public
__construct() : mixed
Return values
mixed —getInstance()
public
final getInstance() : Memcache|null
Return values
Memcache|null —getStats()
public
final getStats(string $var) : mixed
Parameters
- $var : string