Module iced_graphics::cache
source · Expand description
Cache computations and efficiently reuse them.
Structs§
- A simple cache that stores generated values to avoid recomputation.
- A cache group.
Enums§
- The state of a
Cache
.
Traits§
- A piece of data that can be cached.