Is there any way to cache data based on SQL query for table in mvc
i have tried following filter and it successfully cache list based on taskId but now when any row changes which contain this taskid need to fetch data from table.
(Duration = 300, VaryByParam = "taskId", SqlDependency="taskHistorySqlDependency:tblProjectTaskHistory")]