Skip to main content
A newer version of this page is available. .

WebDictionary.GetCachedDictionary() Method

Provides access to a dictionary located in a cache.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v18.2.dll

Declaration

public ISpellCheckerDictionary GetCachedDictionary()

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