Check whether dictionary is in cache.
Namespace:
Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014
Syntax
| C# |
|---|
public bool DictionaryInCache( string dictionaryFile ) |
| Visual Basic (Declaration) |
|---|
Public Function DictionaryInCache ( _ dictionaryFile As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool DictionaryInCache( String^ dictionaryFile ) |
Parameters
- dictionaryFile
- Type: System..::.String
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.