Optional
buildOptions for snapshotting build dependencies to determine if the whole cache need to be invalidated.
Optional
hash?: booleanUse hashes of the content of the files/directories to determine invalidation.
Optional
timestamp?: booleanUse timestamps of the files/directories to determine invalidation.
Optional
immutableList of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.
Optional
managedList of paths that are managed by a package manager and can be trusted to not be modified otherwise.
Optional
moduleOptions for snapshotting dependencies of modules to determine if they need to be built again.
Optional
hash?: booleanUse hashes of the content of the files/directories to determine invalidation.
Optional
timestamp?: booleanUse timestamps of the files/directories to determine invalidation.
Optional
resolveOptions for snapshotting dependencies of request resolving to determine if requests need to be re-resolved.
Optional
hash?: booleanUse hashes of the content of the files/directories to determine invalidation.
Optional
timestamp?: booleanUse timestamps of the files/directories to determine invalidation.
Optional
resolveOptions for snapshotting the resolving of build dependencies to determine if the build dependencies need to be re-resolved.
Optional
hash?: booleanUse hashes of the content of the files/directories to determine invalidation.
Optional
timestamp?: booleanUse timestamps of the files/directories to determine invalidation.
Generated using TypeDoc
Options affecting how file system snapshots are created and validated.