Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a note

...

Excerpt


Description:
Each time the server encounters the number of misspellings specified in CacheSaveInterval parameter setting, the cache is dumped onto disk to the file you have specified in CacheLoadPath parameter.
Parameter type:Number
Default value:0
Possible values:
  • 0
means
  • –  the
save
  • cache dumping is turned off.
 You can specify any number of misspellings to enable cache saving that suits your particular WebSpellChecker needs.
  • In this case, the cache will be reset each time your restart AppServer.
  • Any number of misspellings


Code Block
languagexml
themeEmacs
<CacheSaveInterval>0</CacheSaveInterval>


...