Commit Graph

8 Commits

Author SHA1 Message Date
Josh Berry
079823c485 Output cache vary by query string modes (#7509) 2017-01-13 08:02:25 -08:00
MatteoPiovanelli-Laser
429889b36e [Fixes #5811] Adding a VaryByRequestCookies property to the CacheSettingsPart
Fixes #5811
2016-10-20 12:24:47 -07:00
Lombiq
5406b17601 Converting all files stored as CRLF in git to be stored as LF
LF is the git default and all new files are stored as such. Old files from the hg to git conversion however were moved over as CRLF.
2015-12-13 22:21:02 +01:00
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
Brett Morrison
245a296c3f #20476: Adding CacheAuthenticatedRequests setting.
Work Item: 20476
2014-10-20 17:10:52 -07:00
Sebastien Ros
302b1f3540 Adding IgnoreNoCache setting to OutputCache
This setting lets a website ignore "no-cache" requests from clients.
This is usually done to force a refresh of a cached value, but this could
also lead to unnecessary load as Orchard already invalidates its cache
automatically (based on tags) or it could also be used by DDOS attacks.

Also remove the "browser" ASP.NET setting as it could create too many
entries in kernel cache.

Work Item: 20614
2014-04-10 14:35:08 -07:00
bgrabkowitz
a8ff9e218a #20042: Cache invalidation by user defined request headers
Work Item: 20042
2013-08-23 17:22:49 -07:00
Sebastien Ros
0d437b8060 Importing the Contrib.Cache module
--HG--
branch : 1.x
2013-05-24 17:16:57 -07:00