C# Class Junior.Route.AspNetIntegration.ResponseHandlers.NonCacheableResponseHandler

Inheritance: IResponseHandler
Afficher le fichier Open project: nathan-alden/junior-route Class Usage Examples

Méthodes publiques

Méthode Description
HandleResponseAsync ( System.Web.HttpContextBase context, IResponse suggestedResponse, ICache cache, string cacheKey ) : Task

Method Details

HandleResponseAsync() public méthode

public HandleResponseAsync ( System.Web.HttpContextBase context, IResponse suggestedResponse, ICache cache, string cacheKey ) : Task
context System.Web.HttpContextBase
suggestedResponse IResponse
cache ICache
cacheKey string
Résultat Task