/http-response-cache

caching the response of http calls

Primary LanguageC#

Endpoints

Swagger Link: http://localhost:5000/swagger

enter image description here

have a look at the cachecontrollerattribute

connection information at appsettings.json

cache implemented in authcontroller

Before cache (10 seconds)

enter image description here

after cache (<1 second)

enter image description here