DictionaryInCache Method

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
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

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