cosmic
0.1.0
Module cache
Module Items
Structs
Enums
Traits
In cosmic::
iced_
winit::
graphics
cosmic
::
iced_winit
::
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.