This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Jekyll.
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
- Assembly
- Cake
.Jekyll .dll - Namespace
- Cake
.Jekyll .Commands .Clean - Containing Type
- JekyllCleanSettings
Syntax
public Nullable<bool> DisableDiskCache { get; set; }
Value
Type | Description |
---|---|
Nullable |