Module re_viewer_context::cache
source ยท Expand description
Viewer caches
Caches are registered lazily upon first use, see Caches::entry
.
The concrete caches exposed here are always available for all viewer crates.
Re-exportsยง
pub use caches::Cache;
pub use caches::Caches;
pub use image_decode_cache::ImageDecodeCache;
pub use image_stats_cache::ImageStatsCache;
pub use tensor_stats_cache::TensorStatsCache;
pub use video_cache::VideoCache;
Modulesยง
- caches ๐
- image_decode_cache ๐
- image_stats_cache ๐
- tensor_stats_cache ๐
- video_cache ๐