You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one of my endpoint that pulls data from the database and only changes once a day.
I need to provide fast access to the clients.
One client would do a lot of requests to this endpoint providing different parameters.
I would like to load the cache beforehand.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi Eddie,
does the caching feature https://github.com/EddieGarmon/Simple.Owin/tree/master/Source/Features/Simple.Owin.Caching supports server side caching?
I have one of my endpoint that pulls data from the database and only changes once a day.
I need to provide fast access to the clients.
One client would do a lot of requests to this endpoint providing different parameters.
I would like to load the cache beforehand.
Thank you.
The text was updated successfully, but these errors were encountered: