Products.PolicyHTTPCacheManager 1.2
Cache manager which delegates policy to CMF's caching policy manager
Introduction
What it does?
- Delegates the setting of cache-related HTTP headers to CMF's Caching Policy Manager.
- Will remove a previously set Last-Modified header set by code inside Zope if you ask it to.
Why?
- Because we can! wink
- It's simpler to make arbitrary content to play with the Caching Policy Manager this way. You just associate content that plays with the Zope's 'Cacheable' interface to this Caching Manager and it will automatically set the HTTP headers at the right time.
- Some code inside Zope (namely, FS{Image|File} and OFS.Image) will unconditionally set a 'Last-Modified' header. According to Geoff Davis this might be harmful when Internet Explorer is used so 'Caching Policy Manager' grew a setting to control the explicit setting of this header. However there was no way to explicitly remove a previously set header.
Changelog
1.2 - 2008-04-16
- Repackage as an egg [wichert]
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Products.PolicyHTTPCacheManager-1.2-py2.4.egg (md5) | Python Egg | 2.4 | 2008-04-16 11:08:14 | 24KB | 23984 |
| Products.PolicyHTTPCacheManager-1.2.tar.gz (md5) | Source | 2008-04-16 11:08:13 | 14KB | 839 | |
- Author: Sidnei da Silva <plone-developers at lists sourceforge net>
- Home Page: http://svn.plone.org/svn/collective/Products.PolicyHTTPCacheManager
- License: ZPL
- Categories
- Package Index Owner: reinout, newbery, wichert
- DOAP record: Products.PolicyHTTPCacheManager-1.2.xml
Log in to rate this package.
