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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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