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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool CacheDictionary { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool CacheDictionary { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property CacheDictionary As Boolean
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property CacheDictionary As Boolean
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool CacheDictionary {
	bool get ();
	void set (bool value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool CacheDictionary {
	bool get ();
	void set (bool value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member CacheDictionary : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member CacheDictionary : bool with get, set
Property Value
Boolean
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.dll) Version: 6.4.25.331