IEvictionStrategy.PerformPurge(DateTime) Method

Definition

Method which should be called when pulling agent try to do a purge on the cache

public void PerformPurge (DateTime utcNow);
abstract member PerformPurge : DateTime -> unit
Public Sub PerformPurge (utcNow As DateTime)

Parameters

utcNow
DateTime

The current time (UTC)

Applies to