Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching at the server level #27

Open
remster85 opened this issue Jul 16, 2017 · 1 comment
Open

Caching at the server level #27

remster85 opened this issue Jul 16, 2017 · 1 comment

Comments

@remster85
Copy link

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.

@Bikeman868
Copy link

In case this framework doesn't provide what you want, there is another alternative here you can check out https://github.com/Bikeman868/OwinFramework.Middleware/tree/master/OwinFramework.OutputCache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants