TracedCacheStore
Table of Contents
Properties
-
$store
: mixed
-
$storeName
: string
-
$telemetry
: OpenTelemetryManager
Methods
-
__call()
: mixed
-
__construct()
: mixed
-
extractKey()
: string
$store
private
mixed
$store
$storeName
private
string
$storeName
$telemetry
private
OpenTelemetryManager
$telemetry
__call()
public
__call(mixed $method, mixed $parameters) : mixed
Parameters
-
$method
: mixed
-
-
$parameters
: mixed
-
__construct()
public
__construct(mixed $store, OpenTelemetryManager $telemetry, string $storeName) : mixed
Parameters
-
$store
: mixed
-
-
$telemetry
: OpenTelemetryManager
-
-
$storeName
: string
-
private
extractKey(string $method, array<string|int, mixed> $parameters) : string
Parameters
-
$method
: string
-
-
$parameters
: array<string|int, mixed>
-