I have a child action method. Can I use OutputCache
with file dependency?I can see only SQLDependency
property in System.Web.Mvc.OutputCacheAttribute
.
Asked
Active
Viewed 1,155 times
5
1 Answers
-2
Yes you can use outputcache with file dependency. Check the following link for more detail.
http://msdn.microsoft.com/en-us/library/67z4z916.aspx
OR

Imran Rashid
- 3,352
- 4
- 31
- 41