IOutputCacheStore 인터페이스

정의

캐시된 응답에 대한 저장소를 나타냅니다.

public interface IOutputCacheStore
type IOutputCacheStore = interface
Public Interface IOutputCacheStore
파생

메서드

EvictByTagAsync(String, CancellationToken)

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

GetAsync(String, CancellationToken)

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

SetAsync(String, Byte[], String[], TimeSpan, CancellationToken)

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

적용 대상