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

Inheritance: ICache
Afficher le fichier Open project: nathan-alden/junior-route

Méthodes publiques

Méthode 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 méthode

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

AspNetRuntimeCache() public méthode

public AspNetRuntimeCache ( IHttpRuntime httpRuntime, ISystemClock systemClock ) : System
httpRuntime IHttpRuntime
systemClock ISystemClock
Résultat System

GetAsync() public méthode

public GetAsync ( string key ) : Task
key string
Résultat Task

RemoveAsync() public méthode

public RemoveAsync ( string key ) : Task
key string
Résultat Task