Skip to main content

get_cache_dir

Function
This function is defined in the paths module.
Get cache directory (disposable data).

Signature

def get_cache_dir() -> Path

Returns

Returns
Path
Path to ~/.praisonai/cache/

Uses

  • get_data_dir

Source

View on GitHub

praisonaiagents/paths.py at line 217