set() method) * from the stash using a unique render ID. * * The page bundle stays in the stash for some time and not guaranteed to be persistent * across requests. * * @param ParsoidRenderID $renderId * * @return ?PageBundle */ public function get( ParsoidRenderID $renderId ): ?PageBundle; }