IOutputCacheBufferStore 인터페이스

정의

IBufferWriter<T> 대상으로 사용하는 캐시된 응답의 저장소를 나타냅니다.

public interface IOutputCacheBufferStore : Microsoft.AspNetCore.OutputCaching.IOutputCacheStore
type IOutputCacheBufferStore = interface
    interface IOutputCacheStore
Public Interface IOutputCacheBufferStore
Implements IOutputCacheStore
구현

메서드

EvictByTagAsync(String, CancellationToken)

태그별로 캐시된 응답을 제거합니다.

(다음에서 상속됨 IOutputCacheStore)
GetAsync(String, CancellationToken)

지정된 키에 대해 캐시된 응답(있는 경우)을 가져옵니다. 지정된 키에 대해 캐시된 응답이 없으면 null 반환됩니다.

(다음에서 상속됨 IOutputCacheStore)
SetAsync(String, Byte[], String[], TimeSpan, CancellationToken)

지정된 응답을 응답 캐시에 저장합니다.

(다음에서 상속됨 IOutputCacheStore)
SetAsync(String, ReadOnlySequence<Byte>, ReadOnlyMemory<String>, TimeSpan, CancellationToken)

지정된 응답을 응답 캐시에 저장합니다.

TryGetAsync(String, PipeWriter, CancellationToken)

지정된 키에 대해 캐시된 응답(있는 경우)을 가져옵니다. 지정된 키에 대해 캐시된 응답이 없으면 null 반환됩니다.

적용 대상