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

WebDictionary.CanCacheDictionary Property

Indicates whether a dictionary can be placed in the cache.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public virtual bool CanCacheDictionary { get; }

Property Value

Type Description
Boolean

true if a dictionary can be cached; otherwise, false.

Remarks

The CanCacheDictionary method checks for a valid WebDictionary.CacheKey.

See Also