CacheEntryChangeMonitor::CacheKeys Property

.NET Framework (current version)
 

Gets a collection of cache keys that are monitored for changes.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property ReadOnlyCollection<String^>^ CacheKeys {
	virtual ReadOnlyCollection<String^>^ get() abstract;
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^

A collection of cache keys.

The collection is typically set in the constructor of a derived CacheEntryChangeMonitor type.

.NET Framework
Available since 4.0
Return to top
Show: