get_cache_dir
Function
This function is defined in the paths module.Get cache directory (disposable data).
Signature
Returns
Path to ~/.praisonai/cache/
Uses
get_data_dir
Source
View on GitHub
praisonaiagents/paths.py at line 217get_cache_dir: Get cache directory (disposable data).
This function is defined in the paths module.Get cache directory (disposable data).
def get_cache_dir() -> Path
get_data_dirpraisonaiagents/paths.py at line 217