Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

what is the difference between application state and caching?

0
Posted

what is the difference between application state and caching?

0

Application Object and Cached Object both falls under Server side State Management. Application object resides in InProc i.e. on the same server where we hosted our application. Cache Object resides on server side/ DownStream/Client Side. Application Object will be disposed once application will stop. Cache Object can be disposed using Time based cache dependency. Only one user can access Application Object at a time hence we have to lock it every time we modify it.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123