Check whether dictionary is in cache.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public bool DictionaryInCache(
string dictionaryFile
) |
Visual Basic |
---|
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
See Also