Module cache

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
CacheKey
Cache key for dataset caching with configuration-aware hashing
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_cachedir
Get the platform-specific cache directory for downloading and storing datasets
sha256_hash_file
Compute SHA256 hash of a file