C# Class Junior.Route.AspNetIntegration.AspNet.AspNetRuntimeCache

Inheritance: ICache
Mostrar archivo Open project: nathan-alden/junior-route

Public Methods

Method Description
AddAsync ( string key, CacheResponse response, System.DateTime expirationUtcTimestamp ) : Task
AspNetRuntimeCache ( IHttpRuntime httpRuntime, ISystemClock systemClock ) : System
GetAsync ( string key ) : Task
RemoveAsync ( string key ) : Task

Method Details

AddAsync() public method

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

AspNetRuntimeCache() public method

public AspNetRuntimeCache ( IHttpRuntime httpRuntime, ISystemClock systemClock ) : System
httpRuntime IHttpRuntime
systemClock ISystemClock
return System

GetAsync() public method

public GetAsync ( string key ) : Task
key string
return Task

RemoveAsync() public method

public RemoveAsync ( string key ) : Task
key string
return Task