()
| 75 | * Get thumbnail cache statistics. |
| 76 | */ |
| 77 | export function getThumbnailCacheStats(): { count: number; loading: number; pending: number } { |
| 78 | return thumbnailCache.getStats(); |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Prefetch thumbnails for a list of images. |
no test coverage detected