다음을 통해 공유


IQueueCache 인터페이스

정의

public interface IQueueCache : Orleans.Streams.IQueueFlowController
type IQueueCache = interface
    interface IQueueFlowController
Public Interface IQueueCache
Implements IQueueFlowController
파생
구현

메서드

AddToCache(IList<IBatchContainer>)

캐시에 메시지를 추가합니다.

GetCacheCursor(IStreamIdentity, StreamSequenceToken)

스트림 메시지 커서를 가져옵니다. 제공된 토큰으로 표시된 위치에서 시작하여 캐시에서 메시지를 다시 검색하는 데 사용할 수 있습니다.

GetCacheCursor(StreamId, StreamSequenceToken)

스트림 메시지 커서를 가져옵니다. 제공된 토큰으로 표시된 위치에서 시작하여 캐시에서 메시지를 검색하는 데 사용할 수 있습니다.

GetMaxAddCount()

추가할 수 있는 최대 항목 수를 가져옵니다.

(다음에서 상속됨 IQueueFlowController)
IsUnderPressure()

이 캐시가 압력을 받고 있으면 를 반환하고, false 그렇지 않으면 를 반환 true 합니다.

TryPurgeFromCache(IList<IBatchContainer>)

캐시에서 제거할 수 있는 모든 항목을 제거하라는 요청입니다.

적용 대상