warp.config.kernel_cache_dir#
- warp.config.kernel_cache_dir: str | None = None#
Directory path for storing compiled kernel cache.
If
None, the path is determined in the following order:WARP_CACHE_PATHenvironment variable.System’s user cache directory (via
appdirs.user_cache_directory).
Note: Subdirectories prefixed with
wp_will be created in this location.