pub type Cache<Renderer = Renderer> = Cache<Renderer>;
A simple cache that stores generated Geometry to avoid recomputation.
Geometry
A Cache will not redraw its geometry unless the dimensions of its layer change or it is explicitly cleared.
Cache
struct Cache<Renderer = Renderer> { /* private fields */ }