mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
Equatable views can opt into render caching with .equatable(). On cache hit, the entire subtree is skipped and the cached FrameBuffer returned directly. Cache is cleared on every @State change; GC removes stale entries per frame.