JekyllCleanSettings.

DisableDiskCache Property

Summary

Disable caching of content to disk in order to skip creating a `.jekyll-cache` or similar directory at the source to avoid interference with virtual environments and third-party directory watchers. Caching to disk is always disabled in safe mode (defaults to ). --disable-disk-cache

Syntax

public Nullable<bool> DisableDiskCache { get; set; }

Value

Type Description
Nullable<bool>