Skip to content

Commit f6c9cd7

Browse files
committed
Update README.md
1 parent 1812821 commit f6c9cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Password: framework123!
1212

1313
This video demos how to use the Hybrid Framework Best Practises: http://www.screenr.com/TM4H
1414

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

Comments
 (0)