1 | <?php |
||
10 | class RecordSuiteIdentifiersGenerator implements CacheKeyGenerator |
||
11 | { |
||
12 | // private const ENV_VAR_NAME = 'HTTPLUG_RECORDING_CONTEXT_LOCAL'; |
||
13 | |||
14 | private $innerGenerator; |
||
15 | private $lastRecordKey = 'root'; |
||
16 | |||
17 | public function __construct(CacheKeyGenerator $innerGenerator) |
||
25 | |||
26 | public function generate(RequestInterface $request) |
||
30 | |||
31 | public function updateRecordKey(string $newRecordKey) |
||
44 | } |
||
45 |