Skip to content

Commit fddee27

Browse files
committed
Merge branch 'master' of github.com:moonpyk/mvcdonutcaching
2 parents aaecdcd + a22997b commit fddee27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
ASP.NET MVC Extensible Donut Caching brings donut caching to ASP.NET MVC 3 and later. The code allows you to cache all of your page apart from one or more Html.Actions which can be executed every request. Perfect for user specific content.
44

5+
[![Build status](https://ci.appveyor.com/api/projects/status/snh8n1jjhea9fdot)](https://ci.appveyor.com/project/moonpyk/mvcdonutcaching)
6+
57
## Download ##
68

79
The best way to add donut caching to your MVC project is to use the NuGet package. From within Visual Studio, select *Tools | Library Package Manager* and then choose either Package Manager Console or Manage NuGet Packages. Via the console, just type **install-package MvcDonutCaching** and hit return. From the GUI, just search for **MvcDonutCaching** and click the install button.
@@ -64,4 +66,4 @@ Note, that a custom provider is not included with this project but you can write
6466

6567
## More Information ##
6668

67-
A comprehensive guide to MVC Extensible Donut Caching is now available on the [DevTrends Blog](http://www.devtrends.co.uk/blog/donut-output-caching-in-asp.net-mvc-3).
69+
A comprehensive guide to MVC Extensible Donut Caching is now available on the [DevTrends Blog](http://www.devtrends.co.uk/blog/donut-output-caching-in-asp.net-mvc-3).

0 commit comments

Comments
 (0)