C# 클래스 Junior.Route.Routing.Caching.NoCache

상속: ICache
파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
AddAsync ( string key, CacheResponse response, System.DateTime expirationUtcTimestamp ) : Task
GetAsync ( string key ) : Task
RemoveAsync ( string key ) : Task

메소드 상세

AddAsync() 공개 메소드

public AddAsync ( string key, CacheResponse response, System.DateTime expirationUtcTimestamp ) : Task
key string
response CacheResponse
expirationUtcTimestamp System.DateTime
리턴 Task

GetAsync() 공개 메소드

public GetAsync ( string key ) : Task
key string
리턴 Task

RemoveAsync() 공개 메소드

public RemoveAsync ( string key ) : Task
key string
리턴 Task