HttpCapabilitiesBase.UseOptimizedCacheKey Proprietà
Definizione
Utilizzata internamente per ottenere un valore che indica se utilizzare una chiave di cache ottimizzata.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
Valore della proprietà
true
per usare una chiave di cache ottimizzata. In caso contrario, false
.true
to use an optimized cache key; otherwise, false
. Il valore predefinito è false
.The default is false
.