Skip to main content

Module cached

Module cached 

Source
Expand description

Cached widget wrapper with manual invalidation and optional cache keys.

Structs§

CachedWidget
Cached widget wrapper.
CachedWidgetState
State for a cached widget.
FnKey
Custom key function wrapper.
HashKey
Hash-based cache key using std::hash::Hash.
NoCacheKey
No cache key: invalidation is manual only.

Traits§

CacheKey
Cache key strategy for a widget.