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