Module cache

Source
Expand description

Dataset caching functionality

Structs§

BatchOperations
Batch operations manager for dataset caching
BatchResult
Batch operation result containing success/failure information
CacheFileInfo
Information about a cached file
CacheManager
Cache management utilities
CacheStats
Cache statistics
DatasetCache
Manages caching of downloaded datasets, using both file-based and in-memory caching
DetailedCacheStats
Detailed cache statistics with file-level information
RegistryEntry
Registry entry for dataset files

Functions§

download_data
Downloads data from a URL or retrieves it from cache
fetch_data
Fetch a dataset file from either cache or download it from the URL
get_cache_dir
Get the platform-specific cache directory for downloading and storing datasets