Compartilhar via


MemoryPooledCache<TSerializer>.TryPurgeFromCache Método

Definição

Pergunte ao cache se ele tem itens que podem ser limpos do cache (para que eles possam ser liberados posteriormente na fila subjacente).

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

Parâmetros

purgedItems
IList<IBatchContainer>

Os itens limpos.

Retornos

true se os itens foram limpos com êxito do cache., caso contrário, false .

Implementações

Aplica-se a