Condividi tramite


MemoryCacheOptions.TrackLinkedCacheEntries Proprietà

Definizione

Ottiene o imposta un valore che indica se tenere traccia delle voci collegate.

public:
 property bool TrackLinkedCacheEntries { bool get(); void set(bool value); };
public bool TrackLinkedCacheEntries { get; set; }
member this.TrackLinkedCacheEntries : bool with get, set
Public Property TrackLinkedCacheEntries As Boolean

Valore della proprietà

true se le voci collegate vengono rilevate; in caso contrario, false. Il valore predefinito è false in .NET 7 e versioni successive.

Commenti

Prima di .NET 7 questa funzionalità è sempre stata abilitata.

Si applica a