get_cache_dir# scikitplot.cython.get_cache_dir(cache_dir=None)[source]# Resolve (and create) the cache root directory. Parameters: cache_dirstr or pathlib.Path or None, default=NoneCache root directory override. If None, uses environment override or a default cache location. Returns: pathlib.PathCache root directory. Parameters: cache_dir (str | Path | None) Return type: Path Gallery examples# Cython: Realtime compile_and_load (.pyx) Cython: Realtime compile_and_load (.pyx)