Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MemoryCache.PollingInterval Property

Definition

Namespace:
System.Runtime.Caching
Assembly:
System.Runtime.Caching.dll
Package:
System.Runtime.Caching v11.0.0-preview.5.26302.115
Source:
MemoryCache.cs
Source:
MemoryCache.cs
Source:
MemoryCache.cs
Source:
MemoryCache.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 property TimeSpan PollingInterval { TimeSpan get(); };
public TimeSpan PollingInterval { get; }
member this.PollingInterval : TimeSpan
Public ReadOnly Property PollingInterval As TimeSpan

Property Value

The maximum time that can occur before memory statistics are updated.

Remarks

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.

Applies to

See also


Feedback

Was this page helpful?