다음을 통해 공유


SimpleQueueCache 클래스

정의

항목을 메모리에 유지하는 큐 캐시입니다.

public class SimpleQueueCache : Orleans.Streams.IQueueCache
type SimpleQueueCache = class
    interface IQueueCache
    interface IQueueFlowController
Public Class SimpleQueueCache
Implements IQueueCache
상속
SimpleQueueCache
구현

생성자

SimpleQueueCache(Int32, ILogger)

SimpleQueueCache 클래스의 새 인스턴스를 초기화합니다.

SimpleQueueCache(Int32, Logger)

SimpleQueueCache 생성자

속성

Size

캐시의 항목 수를 가져옵니다.

메서드

AddToCache(IList<IBatchContainer>)

캐시에 메시지 목록 추가

GetCacheCursor(IStreamIdentity, StreamSequenceToken)

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

GetCacheCursor(StreamId, StreamSequenceToken)

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

GetMaxAddCount()

추가할 수 있는 최대 항목 수 제한

IsUnderPressure()

이 캐시가 압력을 받고 있으면 true를 반환합니다.

TryPurgeFromCache(IList<IBatchContainer>)

캐시에서 제거할 수 있는 항목이 있는지 캐시에 문의합니다(이후에 기본 큐를 해제할 수 있도록).

적용 대상