MemoryPooledCache<TSerializer>.TryPurgeFromCache 方法

定义

询问缓存是否具有可从缓存 (清除的项,以便随后可以在基础队列) 释放它们。

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

参数

purgedItems
IList<IBatchContainer>

清除的项。

返回

true 如果从缓存中成功清除项,则为 ; false 否则为 。

实现

适用于