summaryrefslogtreecommitdiff
path: root/project2/common/presenterCache.h
Commit message (Collapse)AuthorAge
* Strip all uri parameter stuff from common, make it cgi onlyrandomdan2013-03-28
| | | | | Add component to get a unique cgi request ID Change file presenter cache to use a configurable component to determine its ID
* Write sha1 hashes onto presenter cache files and validate client caches with ↵randomdan2012-07-04
| | | | them via etag
* Add support for client side caching and revalidation (HTTP ↵randomdan2012-06-29
| | | | If-Modified-Since, must-revalidate and 304 Not Modified)
* Check presenter caches are at least as new as their source scripts (bug17)randomdan2012-04-25
|
* Improved script component caching, performance tweaks and related fixes for ↵randomdan2012-02-15
| | | | persistent objects
* Adds support for presenter level caching modules and implements a file based ↵randomdan2012-02-12
one (requires xattr support)