cosmic
0.1.0
Module cache
Structs
Enums
Traits
In cosmic::
iced::
advanced::
graphics
Module
cosmic
::
iced
::
advanced
::
graphics
::
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.