Skip to main content

WebDictionary.CanCacheDictionary Property

Indicates whether a dictionary can be placed in the cache.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

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