C# 클래스 Junior.Route.AspNetIntegration.AspNet.AspNetRuntimeCache

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

공개 메소드들

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

메소드 상세

AddAsync() 공개 메소드

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

AspNetRuntimeCache() 공개 메소드

public AspNetRuntimeCache ( IHttpRuntime httpRuntime, ISystemClock systemClock ) : System
httpRuntime IHttpRuntime
systemClock ISystemClock
리턴 System

GetAsync() 공개 메소드

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

RemoveAsync() 공개 메소드

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