Module utils

Module utils 

Source
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§

CacheResponse
Response types for cache operations - now using the outputs module