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
- class DataScriptAttribute
Gets or sets the cache group key. Group keys are used to invalidate a group of items.
public string? CacheGroupKey { get; set; }
The cache group key.