Renderer-owned cache for TUI component line output.
Summary
Types
@type key() :: term()
@type lines() :: [IO.chardata()]
@type t() :: %Vibe.TUI.RenderState{ components: %{optional(key()) => lines()}, hits: non_neg_integer(), misses: non_neg_integer() }