[Visual Basic] Public Function DictionaryInCache( _ ByVal dictionaryFile As String _ ) As Boolean
[C#] public bool DictionaryInCache( stringdictionaryFile );
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.