0

We used to store global data in our asp.net 4 application using Static classes. Then we came across SQL Server cache dependency.

My question is can we use SQL Server cache to store configuration settings for our application instead of Static Classes.

Thanks, Daljit Singh

0

1 Answer 1

1

You still have to store the data somewhere. SQL Server cache dependency just raises an event to your system that it needs to reload the cache.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.