Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IMemoryMonitor

Namespace: EPiServer.Framework.Cache.Internal
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public interface IMemoryMonitor

Methods

GetCurrentMemoryPressure()

Gets the current pressure on the system memory.

Declaration
MemoryPressure GetCurrentMemoryPressure()
Returns
Type Description
MemoryPressure

A MemoryPressure that indicate current memory utilization.

Extension Methods