pub fn cache_dir() -> Result<PathBuf>Expand description
Get the cache directory for cuenv.
Cache data includes:
- Task execution cache (
tasks/) - Task result metadata
Resolution order:
CUENV_CACHE_DIRenvironment variable- Platform cache directory +
/cuenv
ยงErrors
Returns an error if the cache directory cannot be determined.