You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@ Password: framework123!
12
12
13
13
This video demos how to use the Hybrid Framework Best Practises: http://www.screenr.com/TM4H
14
14
15
-
During development, you might find that you want to disable the DonutOutputCache, this is easily done by setting the Duration to 0 on line 24 of DefaultController.cs as the cache is only refreshed when a event takes place in Umbraco (e.g. Publish) so if you edit a view you will not see a change until a event takes place.
15
+
During development, you might find that you want to disable the DonutOutputCache, this is easily done by setting the Duration to 0 on line 24 of DefaultController.cs (and any other controllers with output caching such as HomeController) as the cache is only refreshed when a event takes place in Umbraco (e.g. Publish) so if you edit a view you will not see a change until a event takes place.
0 commit comments