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

Class MemoryMonitorBase

Inheritance
System.Object
MemoryMonitorBase
Implements
Namespace: EPiServer.Framework.Cache.Internal
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public abstract class MemoryMonitorBase : Object, IMemoryMonitor

Constructors

MemoryMonitorBase(Int32)

Declaration
protected MemoryMonitorBase(int highThreshold)
Parameters
Type Name Description
System.Int32 highThreshold

Fields

MemoryPressureUndefined

Declaration
protected const int MemoryPressureUndefined = -1
Field Value
Type Description
System.Int32

Methods

GetCurrentMemoryPressure()

Declaration
public virtual MemoryPressure GetCurrentMemoryPressure()
Returns
Type Description
MemoryPressure

GetCurrentMemoryPressurePercentage()

Declaration
protected abstract int GetCurrentMemoryPressurePercentage()
Returns
Type Description
System.Int32

Implements

Extension Methods