Function cache_dir
pub fn cache_dir() -> Option<PathBuf>
Available on crate feature
node-api
only.Expand description
Returns the path to the reth cache directory.
Refer to [dirs_next::cache_dir
] for cross-platform behavior.