Commit Graph

6 Commits

Author SHA1 Message Date
Daniel Stolt
6340e504bc Various improvements to OutputCache module.
- Added synchronization of multiple concurrent content regeneration on cache miss.
- Added support for grace time, configurable per route.
- Refactored and cleaned up code and comments througout the module.
- Made many members "protected virtual" on OutputCacheFilter for easier substitution.
- Made various usability improvements in admin UI.
- Added support for "vary by authentication state".
2014-12-04 19:41:05 +08:00
Sebastien Ros
db50a5aecb Merge branch '1.7.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.AntiSpam/Drivers/ReCaptchaPartDriver.cs
	src/Orchard.Web/Modules/Orchard.MediaLibrary/Controllers/AdminController.cs
	src/Orchard.Web/Modules/Orchard.Search/Orchard.Search.csproj
2014-03-17 12:09:21 -07:00
Sebastien Ros
a2a616e7e3 #20381: Removing __r parameter in cached results
Work Item: 20381
2014-03-14 10:51:57 -07:00
Sebastien Ros
13b73da63b Fixing infinite loop when clearing output cache 2013-12-12 14:11:56 -08:00
Lombiq
61b614a0bb #20157: Changing OutputCache to use absolute expiration instead of sliding expiration
Work Item: 20157
2013-10-02 22:11:24 +02:00
Sebastien Ros
0d437b8060 Importing the Contrib.Cache module
--HG--
branch : 1.x
2013-05-24 17:16:57 -07:00