WebDictionary.GetCachedDictionary() Method
Provides access to a dictionary located in a cache.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
ISpellCheckerDictionary | A dictionary that exposes the ISpellCheckerDictionary interface. |
Remarks
If a dictionary is not found in a cache, it is loaded and cached. The WebDictionary.CanCacheDictionary property determines whether a dictionary can be cached. To find the dictionary in a cache, the WebDictionary.CacheKey value is used.
See Also