IQueueCache
interface
Namespace: Orleans.Streams
public interface IQueueCache : IQueueFlowControllerMethods
AddToCache(IList<IBatchContainer>)Adds messages to the cache.GetCacheCursor(StreamId, StreamSequenceToken)Acquire a stream message cursor. This can be used to retrieve messages from the cache starting at the location indicated by the provided token.IsUnderPressureReturnstrueif this cache is under pressure,falseotherwise.TryPurgeFromCache(IList<IBatchContainer>)Requests that the cache purge any items that can be purged.UpdateDeliveryProgress(StreamSequenceToken?, DateTime)Updates the cache with the current delivery progress of all active subscriptions.
