This documentation is archived and is not being maintained.

MemoryCache::PollingInterval Property

Gets the maximum time after which the cache updates its memory statistics.

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

public:
property TimeSpan PollingInterval {
	TimeSpan get ();
}

Property Value

Type: System::TimeSpan
The 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

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: