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

WebDictionary.GetCacheKey() Method

Returns the unique key that can be used to identify dictionaries in cache storage.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public virtual string GetCacheKey()

Returns

Type Description
String

A string that is a cache key.

Remarks

The GetCacheKey returns the WebDictionary.CacheKey value. If it is null, a string composed of the page’s name, control’s name and dictionary index is generated.

See Also