Expand description
Thumbnail caching with LRU eviction
This module handles caching image thumbnails from Jellyfin servers with:
- Lazy caching (cache as viewed)
- LRU (Least Recently Used) eviction when storage limit reached
- Configurable storage limits
- SQLite-backed cache metadata
Re-exports§
pub use cache::CacheConfig;pub use cache::ThumbnailCache;pub use worker::ThumbnailWorker;
Modules§
Structs§
- Thumbnail
Cache Stats - Statistics about the thumbnail cache