fast-fs-hash - v0.0.0-rc4
    Preparing search index...

    Type Alias CacheStatus

    CacheStatus:
        | "upToDate"
        | "statsDirty"
        | "changed"
        | "stale"
        | "missing"
        | "lockFailed"

    Cache status.

    • 'upToDate' — nothing changed.
    • 'statsDirty' — stat metadata updated but content unchanged (cache needs rewrite).
    • 'changed' — content changed (size or hash mismatch in at least one file).
    • 'stale' — version/fingerprint mismatch (entries not trusted).
    • 'missing' — no cache file or unreadable/corrupt.
    • 'lockFailed' — could not acquire the lock (timeout, non-blocking, or cancelled).