Skip to content

IQueueCache.TryPurgeFromCache(IList<IBatchContainer>)

TryPurgeFromCache(IList<IBatchContainer>)

abstract
public abstract bool TryPurgeFromCache(out IList<IBatchContainer> purgedItems)
Requests that the cache purge any items that can be purged.

Parameters

purgedItemsIList<IBatchContainer>
The purged items.

Returns

true if items were successfully purged from the cache., false otherwise.