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).
A version-specific subdirectory is automatically appended to the resolved base path to prevent cache collisions between different Warp versions.
Note: Subdirectories prefixed with
wp_will be created in this location.