Expand description
Utility functions for the cache module
This module contains shared utilities used across the cache implementation, including file operations, error handling, and response formatting.
Functions§
- copy_
directory_ contents - Recursively copy directory contents from source to destination
- format_
bytes - Format bytes into human-readable string
Type Aliases§
- Cache
Response - Response types for cache operations - now using the outputs module