Skip to main content
Module cache
iced_
graphics
0.15.0-dev
Module cache
Module Items
Structs
Enums
Traits
Functions
In crate iced_
graphics
iced_graphics
Module
cache
Copy item path
Source
Expand description
Cache computations and efficiently reuse them.
Structs
§
Cache
A simple cache that stores generated values to avoid recomputation.
Group
A cache group.
Enums
§
State
The state of a
Cache
.
Traits
§
Cached
A piece of data that can be cached.
Functions
§
invalidate_
all
Invalidates all the existing
Cache
; clearing their contents.