Expand description
Cached widget wrapper with manual invalidation and optional cache keys.
Structs§
- Cached
Widget - Cached widget wrapper.
- Cached
Widget State - State for a cached widget.
- FnKey
- Custom key function wrapper.
- HashKey
- Hash-based cache key using
std::hash::Hash. - NoCache
Key - No cache key: invalidation is manual only.
Traits§
- Cache
Key - Cache key strategy for a widget.