HttpCapabilitiesBase.UseOptimizedCacheKey Property

Definition

Used internally to get a value indicating whether to use an optimized cache key.

public:
 property bool UseOptimizedCacheKey { bool get(); };
public bool UseOptimizedCacheKey { get; }
member this.UseOptimizedCacheKey : bool
Public ReadOnly Property UseOptimizedCacheKey As Boolean

Property Value

true to use an optimized cache key; otherwise, false. The default is false.

Applies to