Keyoti RapidSpell Web .NET Help Docs
CacheDictionary Property
API DocumentationKeyoti.RapidSpellRapidSpellWInlineHelperCacheDictionary
Keyoti RapidSpell Web .NET
Whether to cache the main dictionary, this will result in large performance gains. WARNING, do not do this if using more than one dictionary across the application.
Declaration Syntax
C#Visual BasicVisual C++
public bool CacheDictionary { get; set; }
Public Property CacheDictionary As Boolean
public:
property bool CacheDictionary {
	bool get ();
	void set (bool value);
}
Remarks
When this is set true the main dictionary instance is shared amongst all other instances of this control where this property is set true, therefore conflicts will occur if they have different dictionaries.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625