Type alias CacheStrategy

CacheStrategy: "metadata" | "content"

The Strategy to use to detect if a file has changed.

  • metadata - uses the file system timestamp and size to detect changes (fastest).
  • content - uses a hash of the file content to check file changes (slower - more accurate).