C# Class Junior.Route.Routing.Caching.NoCache

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
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 CacheResponse
expirationUtcTimestamp System.DateTime
Résultat Task

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