DataScriptAttribute.CacheGroupKey property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the cache group key. Group keys are used to invalidate a group of items.

public string CacheGroupKey { get; set; }

Property Value

The cache group key.

See Also