Compartir a través de


SimpleQueueCache.TryPurgeFromCache(IList<IBatchContainer>) Método

Definición

Pregunte a la memoria caché si tiene elementos que se pueden purgar de la memoria caché (para que se puedan liberar posteriormente en la cola subyacente).

public virtual bool TryPurgeFromCache (out System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> purgedItems);
abstract member TryPurgeFromCache : IList -> bool
override this.TryPurgeFromCache : IList -> bool
Public Overridable Function TryPurgeFromCache (ByRef purgedItems As IList(Of IBatchContainer)) As Boolean

Parámetros

purgedItems
IList<IBatchContainer>

Elementos purgados.

Devoluciones

true si los elementos se purgaron correctamente de la memoria caché. De lo contrario, false .

Implementaciones

Se aplica a