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

Inheritance: ICache
Show file Open project: nathan-alden/junior-route

Public Methods

Method Description
AddAsync ( string key, CacheResponse response, System.DateTime expirationUtcTimestamp ) : Task
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 CacheResponse
expirationUtcTimestamp System.DateTime
return Task

GetAsync() public method

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

RemoveAsync() public method

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