[Zope-CMF] How to cache CMF filesystem images?
Chris Withers
chrisw@nipltd.com
Mon, 31 Mar 2003 09:05:10 +0100
Andy McKay wrote:
>
> # Don't cache the data itself, but provide an opportunity
> # for a cache manager to set response headers.
> self.ZCacheable_set(None)
I wonder who wrote that code and what justification they can provide for it...
> I think this should be up to the cache manager, rather than the content
> type. For example the FS Cache Manager, likes large files and handles
> them quite nicely. Perhaps, sn option on RAM Cache Manager which says
> only cache files smaller than certain sizes would be nice.
Indeed...
Bug?
Chris