data[$key] = $data; } public function load(string $key, array $options = []): ?array { return $this->data[$key] ?? null; } }