pub fn base_cache_dir() -> PathBufExpand description
Resolve the root directory used to cache compiled .class files.
Resolution order:
INLINE_JAVA_CACHE_DIRenvironment variable, if set and non-empty.- The XDG / platform cache directory (
~/.cache/inline_javaon Linux,~/Library/Caches/inline_javaon macOS,%LOCALAPPDATA%\inline_javaon Windows) via thedirscrate. <system_temp>/inline_javaas a final fallback.