Edit

Share via


DefaultCacheMonitor.TrackMemoryAllocated(Int32) Method

Definition

Called when new memory is allocated by the cache.

public void TrackMemoryAllocated (int memoryInByte);
abstract member TrackMemoryAllocated : int -> unit
override this.TrackMemoryAllocated : int -> unit
Public Sub TrackMemoryAllocated (memoryInByte As Integer)

Parameters

memoryInByte
Int32

Implements

Applies to