Module cache

Module cache 

Source

Structs§

CacheConfig
Cache configuration.

Functions§

clear_cache
Clear the cache for a specific command, or all cache if no command provided.
default_cache_dir
Get the default cache directory.
generate_cache_key
Generate a cache key from command and arguments.
read_cache
Read a cached result if available and valid.
write_cache
Write a result to cache.