Project Description
This module is adding caching to all your pages, varying content by url, theme, and culture. By default, the same cache duration is applied to any content. Internally it's using the ASP.NET cache provider, so it can work in farms and with custom providers. It won't cache any authenticated content, and handles anti forgery token nicely, so that even pages with forms can be cached.
Oh, and it's able to invalidate a content automatically when it has changed ...
Change Log
Version 1.2
- Fixing bugs
- Adding OutputCache attribute support
Version 0.9.1
- Fixing migration for existing deployments
Version 0.9
- New Route settings
- New Url settings
- New Debug mode setting
- Statistics in separate pages
Version 0.2.2
Version 0.2.1
Version 0.2