MemoryCache::PollingInterval Property
.NET Framework (current version)
Gets the maximum time after which the cache updates its memory statistics.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
Property Value
Type: System::TimeSpanThe maximum time that can occur before memory statistics are updated.
The settings for the PollingInterval property can be specified in the application configuration file. Alternatively they can be passed when the MemoryCache class is initialized. For more information about how to configure this property, see <namedCaches> Element (Cache Settings). For more information about how to configure the property when the MemoryCache class is being initialized, see the MemoryCache::MemoryCache(String^, NameValueCollection^) method.
.NET Framework
Available since 4.0
Available since 4.0
Show: