C# 클래스 Cuture.AspNetCore.ResponseCaching.ResponseCaches.ResponseCacheHotDataCacheWrapper

响应缓存的热数据缓存包装器
상속: IDistributedResponseCache, IDisposable
파일 보기 프로젝트 열기: StratosBlue/Cuture.AspNetCore.ResponseCaching

공개 메소드들

메소드 설명
Dispose ( ) : void
GetAsync ( string key, CancellationToken cancellationToken ) : Task
ResponseCacheHotDataCacheWrapper ( IDistributedResponseCache distributedCache, IHotDataCache hotDataCache ) : System
SetAsync ( string key, Cuture.AspNetCore.ResponseCaching.ResponseCaches.ResponseCacheEntry entry, CancellationToken cancellationToken ) : Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAsync() 공개 메소드

public GetAsync ( string key, CancellationToken cancellationToken ) : Task
key string
cancellationToken CancellationToken
리턴 Task

ResponseCacheHotDataCacheWrapper() 공개 메소드

public ResponseCacheHotDataCacheWrapper ( IDistributedResponseCache distributedCache, IHotDataCache hotDataCache ) : System
distributedCache IDistributedResponseCache
hotDataCache IHotDataCache
리턴 System

SetAsync() 공개 메소드

public SetAsync ( string key, Cuture.AspNetCore.ResponseCaching.ResponseCaches.ResponseCacheEntry entry, CancellationToken cancellationToken ) : Task
key string
entry Cuture.AspNetCore.ResponseCaching.ResponseCaches.ResponseCacheEntry
cancellationToken CancellationToken
리턴 Task