Question

I am a web developer on MVC 4 and want to use the cache concept to improve the speed of my home page. My website is a portal for sports and I have a slider in my home page which show the online result of matches. The match results data may change every 5 minutes, 10 minutes or 1 hour! Thus it seems to be better if I can cache the result according to table changes not by a fixed TimeDuration of OutputCache.

What is the best way to cache this result?

Thanks

Was it helpful?

Solution

This ArticleSqlDependency with Entity Framework 5.0 has a brief description for caching in MVC with SQL Notification.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top