Preparing search index...
The search index is not available
@cspell/cspell-types
@cspell/cspell-types
CacheStrategy
Type alias CacheStrategy
Cache
Strategy
:
"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).
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@cspell/cspell-types
IssueType
AdvancedCSpellSettingsWithSourceTrace
BaseSetting
CSpellReporter
CSpellReporterModule
CSpellSettings
CSpellSettingsWithSourceTrace
CacheSettings
CharacterSetCosts
CommandLineSettings
DictionaryDefinitionAlternate
DictionaryDefinitionAugmented
DictionaryDefinitionBase
DictionaryDefinitionCustom
DictionaryDefinitionInlineFlagWords
DictionaryDefinitionInlineIgnoreWords
DictionaryDefinitionInlineWords
DictionaryDefinitionPreferred
DictionaryInformation
EditCosts
ExtendableSettings
Loading...
Generated using
TypeDoc
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).