Skip to main content

get_cache_dir

Function
This function is defined in the paths module.
Get cache directory (disposable data). Under a single-root install this is <root>/cache; on a fresh install it resolves to $XDG_CACHE_HOME/praisonai (else ~/.cache/praisonai).

Signature

Returns

Path
Path to cache directory

Used By

Source

View on GitHub

praisonaiagents/paths.py at line 352

Caching Concept