cache[$key] = $value; } public function get($key) { return $this->cache[$key] ?? null; } }