Skip to content

DataScriptAttribute.CacheGroupKey property

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