On Mon, Jun 23, 2008 at 3:40 PM, Aristotle Pagaltzis <[EMAIL PROTECTED]>
wrote:

> > If so, it might make sense for PageCache to pay attention to
> > the Vary header. I imagine that the cache save and lookup code
> > will get significantly more complex, though.
>
> Not a whole lot – it needs to incorporate those request headers
> into a compound key.


I was thinking more of the lookup than the storage. Perhaps it's as
straightforward as associating a set of headers with a given URI so that you
can remember which ones need to be used to generate the lookup key. But what
if two responses for the same URI yield a different Vary header? Etc. It's
starting to sound more like search than lookup.
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to