Skip to main content

base_cache_dir

Function base_cache_dir 

Source
pub fn base_cache_dir() -> PathBuf
Expand description

Resolve the root directory used to cache compiled .class files.

Resolution order:

  1. INLINE_JAVA_CACHE_DIR environment variable, if set and non-empty.
  2. The XDG / platform cache directory (~/.cache/inline_java on Linux, ~/Library/Caches/inline_java on macOS, %LOCALAPPDATA%\inline_java on Windows) via the dirs crate.
  3. <system_temp>/inline_java as a final fallback.