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:

  1. WARP_CACHE_PATH environment variable.

  2. System’s user cache directory (via appdirs.user_cache_directory).

Note: Subdirectories prefixed with wp_ will be created in this location.