CacheSetting Property

Glimpse API

CacheControlDecorator CacheSetting Property Glimpse API Documentation
Gets or sets the cache directive.

Namespace: Glimpse.Core.ResourceResult
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public Nullable<CacheSetting> CacheSetting { get; set; }
public Nullable<CacheSetting> CacheSetting { get; set; }

Field Value

The cache directive.
See Also