fast-fs-hash - v0.0.0-rc4
GitHub
npm
Preparing search index...
CacheStatus
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).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
fast-fs-hash - v0.0.0-rc4
Loading...
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).