Share via


CacheEntryChangeMonitor.CacheKeys Proprietà

Definizione

Ottiene un insieme di chiavi della cache di cui si monitorano le modifiche.

public:
 abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ CacheKeys { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<string> CacheKeys { get; }
member this.CacheKeys : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public MustOverride ReadOnly Property CacheKeys As ReadOnlyCollection(Of String)

Valore della proprietà

Insieme di chiavi della cache.

Commenti

La raccolta viene in genere impostata nel costruttore di un tipo derivato CacheEntryChangeMonitor .

Si applica a