CSMemoryDatabaseServiceInfo
in package
Defines a helper object to receive the service information.
Tags
Table of Contents
- __construct() : mixed
- Defines the constructor of the memory database item with the required key.
- getResponseTime() : float|null
- Returns the response time of the current used service in micro seconds.
- getVersion() : string
- Returns the version of the current used service.
Methods
__construct()
Defines the constructor of the memory database item with the required key.
public
final __construct(_CSMemoryDatabaseService $oService) : mixed
Parameters
- $oService : _CSMemoryDatabaseService
Tags
Return values
mixed —getResponseTime()
Returns the response time of the current used service in micro seconds.
public
getResponseTime() : float|null
In case of an error the value "null" will be returned.
Tags
Return values
float|null —getVersion()
Returns the version of the current used service.
public
getVersion() : string
