UltimateSpell Class Library

Speller.DictionaryInCache Method 

Check whether dictionary is in cache.

[Visual Basic]
Public Function DictionaryInCache( _
   ByVal dictionaryFile As String _
) As Boolean
[C#]
public bool DictionaryInCache(
   string dictionaryFile
);

Parameters

dictionaryFile
Physical path to the dictionary file that will be used as the cache key.

Remarks

Even if there is no actual dictionary file that you use to build the dictionary you need to enter a unique value for this parameter in order to read/write the dictionary from/to cache.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace