Property | Type | Description | |
---|---|---|---|
$memcache | Memcache | Memcache instance | |
$sessionId | string | Session ID for current user to distinguish with other users. |
Method | Description | |
---|---|---|
__construct ( string $clientId, Memcache $memcache, $sessionId ) | ||
get ( $key, $default = false ) | ||
remove ( $key ) | ||
removeAll ( ) | ||
set ( $key, $value ) |
Method | Description | |
---|---|---|
getKeyForStore ( $key ) |
public __construct ( string $clientId, Memcache $memcache, $sessionId ) | ||
$clientId | string | |
$memcache | Memcache |
protected string $sessionId | ||
return | string |